From 5be1048912a44f2a6f8691af1a003be566a2d2f4 Mon Sep 17 00:00:00 2001 From: lingsoul <908707246@qq.com> Date: Tue, 21 Nov 2023 10:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=9D=9E=E9=A2=9C=E8=89=B2=E9=97=AE=E9=A2=98=20#I8F2V?= =?UTF-8?q?D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/layout/components/moduleMenu.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snowy-admin-web/src/layout/components/moduleMenu.vue b/snowy-admin-web/src/layout/components/moduleMenu.vue index e7ae0fc6..08435bc9 100644 --- a/snowy-admin-web/src/layout/components/moduleMenu.vue +++ b/snowy-admin-web/src/layout/components/moduleMenu.vue @@ -146,6 +146,9 @@ color: white; background-color: var(--primary-color); } + .module-menu-color .ant-menu-item { + color: white !important; + } .module-card-scope { height: 49px; }