refactor: ♻️ 侧边栏图标对齐和宽度调整

Former-commit-id: 9c04d7478253929f35c7ffc80540867855664619
This commit is contained in:
hxr
2023-08-24 00:30:29 +08:00
parent 0ed0089c7a
commit 286f56a2bd
2 changed files with 10 additions and 2 deletions

View File

@@ -233,6 +233,7 @@ function toggleSideBar() {
.mix-wrap {
.el-menu {
width: $sideBarWidth;
border: none;
}
}
}