fix: some fields value are null after select model

This commit is contained in:
jialin
2025-04-03 20:42:20 +08:00
parent 80e85a571e
commit a23f9881ee
13 changed files with 78 additions and 94 deletions
+1 -6
View File
@@ -30,15 +30,10 @@
&.success {
border: 1px solid var(--color-progress-green);
color: var(--color-progress-green);
.title-text {
color: var(--color-progress-green);
}
background: var(--ant-green-1);
.content.success {
color: var(--color-progress-green);
font-weight: var(--font-weight-normal);
opacity: 0.85;
}
}