update style

This commit is contained in:
Fine 2022-09-15 16:57:54 +08:00
parent 6222c109d4
commit bed17bc2ba

View File

@ -141,7 +141,6 @@ const filterMenus = (menus: any[]) => {
.side-bar { .side-bar {
background: #252a2f; background: #252a2f;
height: 100%; height: 100%;
position: relative;
margin-bottom: 100px; margin-bottom: 100px;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
@ -174,7 +173,7 @@ span.collapse {
.menu-control { .menu-control {
position: absolute; position: absolute;
top: 7px; top: 7px;
left: 200px; left: 220px;
cursor: pointer; cursor: pointer;
transition: all 0.2s linear; transition: all 0.2s linear;
z-index: 99; z-index: 99;