diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 60b2409..608bc91 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -98,7 +98,7 @@ const isCollapse = computed(() => { .el-menu { border: none; - height: 100%; + min-height: 100%; width: 100% !important; }