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