From 32b45ba618dffadd345e8e8fb64baf2ba459ae83 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期三, 19 七月 2023 14:07:47 +0800
Subject: [PATCH] 标准库第二次提交,完成左侧bom

---
 src/styles/sidebar.scss |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss
index 19c677f..15195b5 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,8 +94,6 @@
       }
      .el-submenu__title{
         background-color: #ffffff !important;
-        border-radius: 8px;
-        overflow: hidden;
         color: $menuActiveText !important;
       }
 
@@ -111,6 +107,7 @@
       background-color: $subMenuBg !important;
 
       &:hover {
+        
         background-color: $subMenuHover !important;
       }
     }
@@ -123,7 +120,7 @@
       // color: $subMenuActiveText !important;
       // border-right: 3px solid $menuActiveText;
       // background-color: $menuHover !important;
-      background: #fff !important;
+      // background: #fff !important;
       .el-tooltip{
         color: $subMenuActiveText !important;
         // border-right: 3px solid $menuActiveText;

--
Gitblit v1.9.3