Browse Source

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

jwaterwater 3 years ago
parent
commit
45c57b22ac
1 changed files with 2 additions and 1 deletions
  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;
   width: 100%;
   display: flex;
-  padding: 7px 0;
+  align-items: center;
+  height: 50px;
   box-sizing: border-box;
   background: $white;