perf: 同步完整版代码

This commit is contained in:
xiaoxian521
2022-05-01 08:34:33 +08:00
parent 0a9eb30549
commit 41b35588c5
28 changed files with 1644 additions and 431 deletions

View File

@@ -30,6 +30,11 @@
margin-left: $sideBarWidth;
position: relative;
background: #f0f2f5;
.el-scrollbar__wrap {
overflow: auto;
height: 100%;
}
}
.fixed-header {
@@ -483,11 +488,6 @@
}
}
.el-scrollbar__wrap {
overflow: auto;
height: 100%;
}
.el-menu--collapse .el-menu .el-sub-menu {
min-width: $sideBarWidth !important;
}