From 96cc6fd045cb8243220c8b02ed15c0f7fc54c595 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 16 Feb 2023 05:25:48 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=9D=9E=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/defult.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/assets/theme/defult.scss b/src/assets/theme/defult.scss index c1df3af..04fb49f 100644 --- a/src/assets/theme/defult.scss +++ b/src/assets/theme/defult.scss @@ -128,4 +128,29 @@ $dark-color: #1A3142; } } +} + +.side-menu{ + .ant-menu-submenu{ + .ant-menu{ + .ant-menu-item{ + &.ant-menu-item-selected{ + background-color: $defult-color; + } + } + } + } + .ant-menu-item{ + &.ant-menu-item-selected{ + background-color: $defult-color; + } + } +} + +.ant-menu-submenu-popup { + &.ant-menu-dark { + .ant-menu-item-selected { + background-color: $defult-color; + } + } } \ No newline at end of file -- Gitee