From d5d91b0d73bbfac0d68a56f6e8940d84b6d34a03 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 29 Jul 2022 12:05:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=BF=E6=8D=A2=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=B8=BA=E6=96=B0=E4=B8=BB=E9=A2=98=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/sidebar.scss | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/src/styles/sidebar.scss b/frontend/src/styles/sidebar.scss index 2092fe4bde..a17f2e2b77 100644 --- a/frontend/src/styles/sidebar.scss +++ b/frontend/src/styles/sidebar.scss @@ -22,7 +22,7 @@ left: 0; z-index: 999; overflow: hidden; - + .horizontal-collapse-transition { transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; } @@ -63,33 +63,33 @@ border: none; height: 100%; width: 100% !important; - background-color: var(--SiderBG, #ffffff); + background-color: var(--SiderBG, #ffffff); } - + .submenu-title-noDropdown:not(.is-active), .el-submenu__title { color: var(--SiderTextColor, #1e212a); &:hover { background-color: var(--MenuHovorBG, rgba(158,158,158,.2)) !important; - color: var(--TextActive, #409EFF); + color: var(--TextActive, #3370ff); } &:focus { background-color: var(--MenuActiveBG, #ecf5ff) !important; - color: var(--TextActive, #409EFF); + color: var(--TextActive, #3370ff); } } .submenu-title-noDropdown.is-active { background-color: var(--MenuActiveBG, #ecf5ff) !important; - color: var(--TextActive, #409EFF); + color: var(--TextActive, #3370ff); } .is-active > .el-submenu__title { background-color: var(--MenuActiveBG, #ecf5ff) !important; - color: var(--TextActive, #409EFF); + color: var(--TextActive, #3370ff); } - + & .nest-menu .el-submenu > .el-submenu__title, & .el-submenu .el-menu-item { @@ -106,10 +106,10 @@ & .el-submenu .is-active.el-menu-item { min-width: $sideBarWidth !important; background-color: var(--SiderBG) !important; - color: var(--TextActive, #409EFF); - + color: var(--TextActive, #3370ff); + } - + } @@ -160,7 +160,7 @@ overflow: hidden; visibility: hidden; display: inline-block; - + } } } @@ -173,7 +173,7 @@ min-width: $sideBarWidth !important; } - + .withoutAnimation {