From 403e2c28c0dd81d732c926c16325d91aa96378d6 Mon Sep 17 00:00:00 2001 From: 18278715334 <18278715334@163.com> Date: Tue, 9 Dec 2025 18:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/AppSidebar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue index 08bf42f..dffd35a 100644 --- a/src/components/layout/AppSidebar.vue +++ b/src/components/layout/AppSidebar.vue @@ -140,6 +140,8 @@ const handleMenuSelect = () => { border: none; height: 100%; flex: 1 1 0%; + overflow-y: auto; + overflow-x: hidden; } .sidebar-menu:not(.el-menu--collapse) { @@ -204,6 +206,8 @@ const handleMenuSelect = () => { height: calc(100vh - 60px); transform: translateX(-100%); transition: transform 0.3s ease; + overflow-y: auto; + overflow-x: hidden; } .mobile-sidebar.sidebar-open {