Ver Fonte

tabbar字体高度修改

xiaohaizhao há 1 ano atrás
pai
commit
3b8d63297e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      custom-tab-bar/index.wxml

+ 1 - 1
custom-tab-bar/index.wxml

@@ -2,7 +2,7 @@
     <van-tabbar-item wx:if="{{per.query(Permission,item.text)}}" info="{{item.fcount}}" name="{{item.name}}" wx:for="{{tabbarList}}" wx:key="index">
         <text slot='icon' class="{{'iconfont '+item.icon}}" style="font-size: 44rpx; color: #999999;" />
         <text slot='icon-active' class="{{'iconfont '+item.acicon}}" style="font-size: 44rpx; color: #3874F6;" />
-        {{language[item.text]||item.text}}
+        <text style="font-size: 22rpx;">{{language[item.text]||item.text}}</text>
     </van-tabbar-item>
 </van-tabbar>
 <wxs src='../utils/wxmlQueryPer.wxs' module="per" />