From 430434f34fb347bb7a055d5cc84d55af1d1bfb33 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sat, 9 Oct 2021 11:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E4=B8=8D=E6=98=8E=E6=98=BE=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=88=E6=8A=8A=E5=B7=A6=E4=BE=A7=E6=A0=91=E5=BD=A2=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E9=80=89=E4=B8=AD=E5=8A=A0=E4=B8=8A=E4=BA=86?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 78107427f..7f1147a6b 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -520,6 +520,10 @@ .nav-menu-header{ /*background:url("../../assets/images/shangqi/home/logo3.png");*/ } + /deep/:not(.is-collapse) .el-menu-item.is-active{ + background: #f0f7ff !important; + color: #4091FF !important; + } } .has-no-read{ position: relative;