Ver código fonte

设置tabber 高度

yunxing 4 anos atrás
pai
commit
de0e6e92ea
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/App.vue

+ 3 - 3
src/App.vue

@@ -174,7 +174,7 @@ export default {
 //     height: calc(100% - 105px);
 //     background-color: #aaa;
 // }
-// .tabber {
-//     height: 55px;
-// }
+.tabber {
+    height: 50px;
+}
 </style>