微调颜色

This commit is contained in:
sjl
2025-03-17 15:55:30 +08:00
parent 630eb48d28
commit 5f68071c77
25 changed files with 46 additions and 40 deletions

View File

@@ -144,8 +144,8 @@ export namespace CheckData {
export enum ButtonColorEnum {
INFO = '#909399',
LOADING = '#003078',
SUCCESS = '#67c23a',
LOADING = 'var(--el-color-primary)',
SUCCESS = '#91cc75',
WARNING = '#e6a23c',
DANGER = '#f56c6c',
}