侧边滚动

This commit is contained in:
2025-12-09 18:32:31 +08:00
parent ef0abd2cc9
commit 403e2c28c0

View File

@@ -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 {