From e3b93d953a6898e714b97b2ba7b3be607faa71da Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 3 Sep 2021 16:28:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=97=B6=E5=80=99=E6=98=BE=E7=A4=BA=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E6=82=AC=E6=B5=AE=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/components/Sidebar/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/layout/components/Sidebar/index.vue b/frontend/src/layout/components/Sidebar/index.vue index 3bc0895e88..1c8de2b267 100644 --- a/frontend/src/layout/components/Sidebar/index.vue +++ b/frontend/src/layout/components/Sidebar/index.vue @@ -78,8 +78,12 @@ export default { } } - /* .is-active > .el-submenu__title { + >>>.el-submenu.is-active .el-submenu__title { color: var(--theme) !important; - } */ + } + + .is-active > .el-submenu__title { + color: var(--theme) !important; + } }