From 9d473cc2ba4eb6d68474b20263e8a82efc48bd74 Mon Sep 17 00:00:00 2001
From: _island <82024018+QC2168@users.noreply.github.com>
Date: Thu, 16 Mar 2023 17:42:32 +0800
Subject: [PATCH] fix: menu styles (#61)

---
 src/layout/components/Sidebar/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 }