1、pages.json 跟rpx相关配置如下:
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"pageOrientation": "auto",
"rpxCalcMaxDeviceWidth": 1920,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750
},
2、部分样式如下:
.action-item-icon {
width: 16rpx;
height: 18rpx;
}
菜菜2 (作者)
"globalStyle": {
"pageOrientation": "auto",
"rpxCalcMaxDeviceWidth": 1920,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750
}
那这个配置1920 最大设备宽度 实际上是会出现兼容性问题?
2025-04-18 09:21
DCloud_UNI_JBB
回复 菜菜2: 这个不能确定吧,你这个是偶现性问题
2025-04-18 12:57