style: 调整主题,修改子系统切换的样式,略微调整系统导航栏的高度

This commit is contained in:
gaoyunqi
2024-02-24 12:52:09 +08:00
parent 96ed35405b
commit 72936bc553
7 changed files with 13 additions and 31 deletions

View File

@ -34,7 +34,6 @@ export function initAppConfigStore() {
grayMode,
themeColor,
headerSetting: { bgColor: headerBgColor } = {},
menuSetting: { bgColor } = {},
} = projCfg;
try {
@ -55,7 +54,7 @@ export function initAppConfigStore() {
updateHeaderBgColor();
updateSidebarBgColor();
} else {
headerBgColor && updateHeaderBgColor(headerBgColor);
updateHeaderBgColor('#ffffff'); // 强制顶部使用白色
bgColor && updateSidebarBgColor(bgColor);
}
// init store