feat: 在左侧菜单右中侧再加一个折叠展开菜单的功能

This commit is contained in:
xiaoxian521
2024-03-22 15:37:19 +08:00
parent 791224b381
commit 2ebb584ec8
5 changed files with 85 additions and 6 deletions

View File

@@ -92,7 +92,7 @@
z-index: 1001;
width: $sideBarWidth !important;
height: 100%;
overflow: hidden;
overflow: visible;
font-size: 0;
background: $menuBg;
border-right: 1px solid var(--pure-border-color);