From 5eb40b51f136604ce568c3dde114ca91d1b7ac1d Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 11 十月 2023 19:34:56 +0800
Subject: [PATCH] feat: 销售机会报价单销售总单销售子单弹窗表单必填项调整

---
 src/components/layout/components/appsidebar/index.scss |   33 ++++++++++++++++++++++++++++++---
 1 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/src/components/layout/components/appsidebar/index.scss b/src/components/layout/components/appsidebar/index.scss
index dfd1db6..b316532 100644
--- a/src/components/layout/components/appsidebar/index.scss
+++ b/src/components/layout/components/appsidebar/index.scss
@@ -1,9 +1,9 @@
 .app-sidebar {
   position: relative;
-  height: 100%;
+  // height: 100%;
   background-color: #314255;
   .box {
-    width: 200px;
+    width: 187px;
     .el-menu {
       border-right: solid 0px #e6e6e6;
     }
@@ -16,7 +16,34 @@
     .el-submenu__title:hover,
     .el-menu-item:focus,
     .el-menu-item:hover {
-      background-color: cornflowerblue;
+      background-color: #011527 !important;
+    }
+
+    ::v-deep{
+      .el-menu .el-submenu .el-submenu__title:hover{
+        background-color: #011527 !important;
+      }
+    }
+
+    .el-submenu .el-menu-item {
+      width: 166px;
+      min-width: 166px;
+      height: 38px;
+      display: flex;
+      align-items: center;
+      margin-left: 11px;
+      border-radius: 6px;
+
+      &.is-active {
+        color: #fff !important;
+        flex-grow: 0;
+        fill: #fff !important;
+        background: #2a78fb !important;
+        i {
+          color: #fff;
+        }
+
+      }
     }
   }
 }

--
Gitblit v1.8.0