From d87eaec0b07649dc356db0619ee7b87dd8cf558a Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 14 二月 2023 16:16:50 +0800
Subject: [PATCH] 2023/2/14 肖辉 修改部门管理

---
 src/views/layout/components/Menu/index.vue |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/views/layout/components/Menu/index.vue b/src/views/layout/components/Menu/index.vue
index aa2c626..130e9f4 100644
--- a/src/views/layout/components/Menu/index.vue
+++ b/src/views/layout/components/Menu/index.vue
@@ -111,14 +111,12 @@
     height: 36px;
   }
 }
-
 .el-aside {
   background: #313350;
   color: #e9eef3;
   text-align: center;
   box-sizing: border-box;
   position: relative;
-
   //    鍥哄畾鏍囬
   .siderbar-title {
     position: fixed;
@@ -132,12 +130,10 @@
     z-index: 999;
     cursor: pointer;
   }
-
   .el-scrollbar {
     height: calc(100vh - 66px);
     margin-top: 66px;
     box-sizing: border-box;
-
     .el-menu {
       background: linear-gradient(#313350, #0f2b56);
       border: 0;
@@ -156,7 +152,6 @@
         }
         &:hover .fisrtSpan {
           color: #22d3eb;
-
         }
         span,
         span {
@@ -190,27 +185,23 @@
         }
         .secondMenu{
           //border-bottom:1px solid #ccc ;
-
           .is-active {
             background-color: #409EFF;
             color: #22d3eb;
           }
         }
       }
-
       .secondMenu {
 
         &:hover > .el-submenu__title {
           background-color: #092c4a;
         }
           .secondSpan{
-
           }
         &:hover .secondSpan {
           color: #22d3eb;
         }
         .is-opened{
-
           .el-submenu__title{
             background-color: #fff;
           }
@@ -220,7 +211,6 @@
           color: #fff;
         }
       }
-
       .thirdMenu {
         &:hover > .el-submenu__title {
           background-color: #092c4a;
@@ -235,7 +225,6 @@
         background-color: #092c4a;
       }
     }
-
     .el-scrollbar__wrap {
       overflow-x: hidden;
     }

--
Gitblit v1.8.0