iconfont-cli / taro-iconfont-cli

在Taro框架中使用iconfont图标,支持多端,支持多色彩,不依赖字体。
MIT License
355 stars 49 forks source link

支付宝小程序编译时siez写18有bug #23

Open prototypenull opened 4 years ago

prototypenull commented 4 years ago

if (size !== this.data.svgSize) { this.setData({ svgSize: size / 750 * my.getSystemInfoSync().windowWidth, }); } 看了一下alipay的代码 发现这句if写的有问题 如果size传入的是18的话 就不会按比例计算大小 而是18px

prototypenull commented 4 years ago

默认值default_icon_size是18

fwh1990 commented 4 years ago

配置中use_rpx是否设置为true呢?请问有解决思路吗?