From 6c496684e92d7d0d90b50de55f77e3ee93bbabe1 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期四, 10 八月 2023 15:37:46 +0800 Subject: [PATCH] 委托检验和新增检验8.10提交 --- src/styles/sidebar.scss | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index 5d12bfc..5d56d60 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -71,21 +71,19 @@ // menu hover .el-submenu__title,.el-tooltip{ - - &:hover { - background-color: $menuHover !important; border-radius: 8px; overflow: hidden; + &:hover { + background-color: $menuHover !important; color: $menuActiveText !important; - } } .submenu-title-noDropdown{ &:hover { background-color:transparent !important; // background-color: $menuBg !important; - border-radius: 8px; - overflow: hidden; + // border-radius: 8px; + // overflow: hidden; color: $menuActiveText !important; } @@ -96,9 +94,11 @@ } .el-submenu__title{ background-color: #ffffff !important; - border-radius: 8px; - overflow: hidden; color: $menuActiveText !important; + &:has(.is-active){ + background-color: #ffffff !important; + color: $menuActiveText !important; + } } } @@ -111,6 +111,7 @@ background-color: $subMenuBg !important; &:hover { + background-color: $subMenuHover !important; } } -- Gitblit v1.9.3