Explorar el Código

修复菜单滚动条

tongshangming hace 3 años
padre
commit
dc18dfd421
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;