动态设置style时,rpx会转成px? <view class="pl-24rpx" :style="{ borderLeft: '4rpx solid #4D78F7' }"> <view class="text-20rpx text-#B7BEC9">2024年</view> <view class="text-32rpx font-600 text-#0E264C leading-50rpx">02月</view> </view> 为什么设备宽度在375以上时4rpx会转成2px,375以下时4rpx会转成1px