czh-20260616-更换选人组件;调深系统颜色
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user