在pages.json中,tabBar配置Style、navigationStyle等等均无效。 文档里面没有找到可以配置自定义顶部导航的(指带有tabBar的页面);https://uniapp.dcloud.net.cn/collocation/pages.html#tabbar; https://uniapp.dcloud.net.cn/collocation/pages.html#tabbar;...
在使用vue3+nvme页面情况下,经测试: 在H5、Android下面正常显示, 在ios、微信小程序下面图标显示空白 复现代码 "tabBar": { "color": "#7a7a7a", "backgroundColor": "#ffffff", "selectedColor": "#000000", "iconfontSrc": "/static/iconfont/iconfont.ttf", "list": [{ "pagePath": "pages/index...
// 在 pages.json 里,找到的当前页面的pages节点,并在 style 选项中开启 enablePullDownRefresh。 { "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "enablePullDownRefresh": true } } ], ... } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11...
App 端,在 pages.json 里的 titleNView 或页面里写的 plus api 中涉及的单位,只支持 px。注意此时不支持 rpx nvue 中,uni-app 模式(nvue 不同编译模式介绍(opens new window))可以使用 px 、rpx,表现与 vue 中基本一致,另外启用dynamicRpx后可以适配屏幕大小动态变化。weex 模式目前遵循 wee...