Browse Source

修复菜单滚动条

tongshangming 3 năm trước cách đây
mục cha
commit
dc18dfd421
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;