diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index 5151993a..e8bc0ab2 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -4,10 +4,10 @@ min-height: 100%; transition: margin-left .28s; margin-left: 180px; - } // 侧边栏 + } + // 侧边栏 .sidebar-container { transition: width .28s; - // background: red; width: 180px !important; height: 100%; position: fixed; @@ -71,4 +71,3 @@ min-width: 180px !important; } } - diff --git a/src/views/layout/components/Sidebar/index.vue b/src/views/layout/components/Sidebar/index.vue index 58042d27..de434e81 100644 --- a/src/views/layout/components/Sidebar/index.vue +++ b/src/views/layout/components/Sidebar/index.vue @@ -15,7 +15,6 @@ -