修改左侧收起显示效果

v1.0.0
于肖磊 2024-09-06 18:26:55 +08:00
parent 16e02a948a
commit 04329e575b
1 changed files with 4 additions and 1 deletions

View File

@ -370,7 +370,10 @@
.siderbar {
width: 32rem;
}
.drawer-container, .layout-toggle-bar {
.drawer-container {
width: 0 !important;
}
.layout-toggle-bar {
display: none;
}
}