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; }