暗黑模式下主题样式优化

This commit is contained in:
RuoYi
2026-04-18 13:13:35 +08:00
parent f89993e1af
commit 6f26e7570c
5 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const getLogoBackground = computed(() => {
// 获取Logo文字颜色
const getLogoTextColor = computed(() => {
if (settingsStore.isDark) {
return 'var(--sidebar-text)'
return 'var(--sidebar-logo-text)'
}
if (settingsStore.navType == 3) {
return variables.menuLightText