浏览代码

fix(tabbar): add default height (#1701)

jwaterwater 3 年之前
父节点
当前提交
45c57b22ac
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/packages/__VUE/tabbar/index.scss

+ 2 - 1
src/packages/__VUE/tabbar/index.scss

@@ -10,7 +10,8 @@
   border-top: $tabbar-border-top;
   border-top: $tabbar-border-top;
   width: 100%;
   width: 100%;
   display: flex;
   display: flex;
-  padding: 7px 0;
+  align-items: center;
+  height: 50px;
   box-sizing: border-box;
   box-sizing: border-box;
   background: $white;
   background: $white;