czh-20260616-更换选人组件;调深系统颜色

This commit is contained in:
zhihao
2026-06-16 15:10:07 +08:00
parent 6dc90eddf8
commit bb68283128
11 changed files with 101 additions and 60 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
const modeAction = (data) => {
if (data.token) {
if (getDarkMode.value === ThemeEnum.DARK) {
Object.assign(data.token, { colorTextBase: 'fff' });
Object.assign(data.token, { colorTextBase: '#fff' });
} else {
Object.assign(data.token, { colorTextBase: '#333' });
}
@@ -77,7 +77,7 @@
colorPrimary: primary,
wireframe: true,
fontSize: 14,
colorTextBase: '#333',
colorTextBase: '#1a1a1a',
colorSuccess: '#55D187',
colorInfo: primary,
borderRadius: 4,