feat: update

This commit is contained in:
xiaoxian521
2021-10-29 09:24:21 +08:00
parent af6a1b03cd
commit 02f2cd9747
10 changed files with 60 additions and 19 deletions

View File

@@ -64,7 +64,7 @@
.sidebar-container {
transition: width 0.28s;
width: $sideBarWidth !important;
background-color: $menuBg;
background: $menuBg;
height: 100%;
position: fixed;
font-size: 0;
@@ -158,7 +158,7 @@
.horizontal-header {
display: flex;
justify-content: space-around;
background-color: $menuBg;
background: $menuBg;
width: 100%;
height: 62px;
align-items: center;