【修复】模块坞颜色问题 #I8F2VD

pull/178/head
lingsoul 2023-11-21 10:34:49 +08:00 committed by 小诺
parent 17db535cbf
commit 5be1048912
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@
color: white; color: white;
background-color: var(--primary-color); background-color: var(--primary-color);
} }
.module-menu-color .ant-menu-item {
color: white !important;
}
.module-card-scope { .module-card-scope {
height: 49px; height: 49px;
} }