Browse Source

底部导航条溢出隐藏

yuwenjun1997 2 years ago
parent
commit
9586667220
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/AppMain.vue

+ 1 - 1
src/layout/components/AppMain.vue

@@ -28,7 +28,7 @@ export default {
   min-height: calc(100vh - 50px);
   width: 100%;
   position: relative;
-  // overflow: hidden;
+  overflow: hidden;
 }
 
 .fixed-header+.app-main {