"tabBar": {
// #ifdef MP-WEIXIN
"custom": true,
// #endif
"color": "#666666",
"selectedColor": "#1A1A1A",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"height": "50px",
"iconWidth": "60px",
"fontSize": "10px",
"spacing": "5px",
"list": [{
"pagePath": "pages/tabbar/community",
"iconPath": "static/tabbar/community.png",
"selectedIconPath": "static/tabbar/community-active.png",
"text": ""
},
{
"pagePath": "pages/tabbar/device",
"iconPath": "static/tabbar/device.png",
"selectedIconPath": "static/tabbar/device-active.png",
"text": ""
},
{
"pagePath": "pages/tabbar/grow-helper",
"iconPath": "static/tabbar/grow-helper.png",
"selectedIconPath": "static/tabbar/grow-helper-active.png",
"text": ""
},
{
"pagePath": "pages/tabbar/shop",
"iconPath": "static/tabbar/shop.png",
"selectedIconPath": "static/tabbar/shop-active.png",
"text": ""
},
{
"pagePath": "pages/tabbar/personal",
"iconPath": "static/tabbar/personal.png",
"selectedIconPath": "static/tabbar/personal-active.png",
"text": ""
}
]
}
- 发布:2023-06-20 13:53
- 更新:2023-07-04 15:23
- 阅读:749
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 13.01
HBuilderX类型: 正式
HBuilderX版本号: 3.8.4
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: iphone 12
页面类型: nvue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
如代码示例
如代码示例
预期结果:
ios上高度等比例缩放
ios上高度等比例缩放
实际结果:
ios上没有高度等比例缩放
ios上没有高度等比例缩放
bug描述:
根据官方文档配置tabBar,设置了iconWidth后,ios上没有高度等比例缩放
最佳回复