请问使用vant weapp如何把px转为rpx
比如css中的代码
display:inline-block;
height:44px;
padding:0;
font-size:16px;
line-height:42px;
js中
const padding = ${gutter / 2}px
;
请问使用vant weapp如何把px转为rpx
比如css中的代码
display:inline-block;
height:44px;
padding:0;
font-size:16px;
line-height:42px;
js中
const padding = ${gutter / 2}px
;
手动或用插件替换掉px