mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix(系统设置): 文案没有跟随主题切换
This commit is contained in:
@@ -73,7 +73,7 @@ onMounted(() => {
|
||||
border: 0px !important;
|
||||
border-color: #ffffff !important;
|
||||
font-weight: 500;
|
||||
color: rgba(51, 112, 255, 1) !important;
|
||||
color: var(--ed-color-primary, rgba(51, 112, 255, 1)) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user