chore: extract a model file item

This commit is contained in:
jialin
2025-04-08 19:19:41 +08:00
parent 5766a50bc2
commit d62e43790c
23 changed files with 207 additions and 142 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const StatusColorMap: Record<
},
success: {
text: `var(--color-progress-green)`,
bg: `var(--ant-green-1)`
bg: `var(--color-green-fill-light)`
},
inactive: {
text: `var(--ant-color-text-tertiary)`,