From 4b1bbd4a7e8b3ad1a5cfdc0534d998d7070b7846 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 28 二月 2024 14:38:33 +0800 Subject: [PATCH] 报价单模块 销售机会带出对应的产品信息,切换销售机会或者清除操作的时候清空产品管理列表 --- src/components/layout/components/appsidebar/index.scss | 31 +++++++++++++++++++++++++++++-- 1 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/components/layout/components/appsidebar/index.scss b/src/components/layout/components/appsidebar/index.scss index a5d60a4..b316532 100644 --- a/src/components/layout/components/appsidebar/index.scss +++ b/src/components/layout/components/appsidebar/index.scss @@ -3,7 +3,7 @@ // 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