Parcourir la source

修复菜单滚动条

tongshangming il y a 3 ans
Parent
commit
dc18dfd421
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/GlobalMenu.vue

+ 1 - 1
src/components/GlobalMenu.vue

@@ -70,7 +70,7 @@ const handleSelect = (index: string) => {
 }
 .layout-menu {
   background-color: #fff;
-  height: calc(100vh - var(--el-header-height));
+  height: calc(100vh - 60px);
   border: none;
   flex-shrink: 0;
   overflow: auto;