This commit is contained in:
Fine 2022-09-13 16:06:40 +08:00
parent 411bd7a0fb
commit 8e262b8e78

View File

@ -143,7 +143,8 @@ const filterMenus = (menus: any[]) => {
height: 100%;
position: relative;
margin-bottom: 100px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
.el-menu-vertical:not(.el-menu--collapse) {