默认高度是50px,可以在pages.json中修改高度

样式修改
App.vue全局样式style添加
.uni-tabbar {
// tab 样式
// 背景色
background-color: rgba(57, 181, 74, 0.1) !important;
// tabBar 样式
// 上边框
.uni-tabbar-border {
background-color: #e54d42 !important; // tabBar 上边框的颜色
}
.uni-tabbar__item {
// tabBar 单项样式
height: 100rpx !important;
&:not(:last-child) {
border-right: 4rpx solid #eee;
}
.uni-tabbar__icon {
// tabBar 图标样式
width: 40rpx !important;
height: 40rpx !important;
}
.uni-tabbar__label {
// tabBar 文字样式
// color:yellow !important
}
}
}
网友回复
Cloudflared tunnel如何实现泛域名解析?
最近招聘上出现AIQ是啥?
有没有开源离线进行数据脱敏的ai模型?
有没有开源免费好用的pdf word excel文件转markdown文本?
python如何将本地的多个打印机共享给互联网上远程登录访问打印?
deepseek v4与glm5.1 kim2.6 qwen3.6哪个ai模型更强更好用?
gpt-image2能直接将图片转成分层透明的psd设计文件?
claude code、codex、gemini cli如何切换国内大模型使用?
蒸馏最强ai大模型是中小ai模型低成本升级的最好通道?
arena.ai上为啥没有最新的claude4.7及gpt5.5呢?


