fix: ui issues

This commit is contained in:
jialin
2024-07-03 15:27:35 +08:00
parent 316019586f
commit 81e9a3cc92
46 changed files with 1075 additions and 305 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const StatusColorMap: Record<StatusType, { text: string; bg: string }> =
bg: `var(--ant-blue-1)`
},
success: {
text: `var(--ant-color-primary)`,
text: `var(--color-progress-green)`,
bg: `var(--ant-green-1)`
},
inactive: {