fix: the fields for trigger checking

This commit is contained in:
jialin
2025-04-03 18:08:43 +08:00
parent 939f46c7e6
commit b6136a092d
22 changed files with 226 additions and 73 deletions
+19
View File
@@ -27,6 +27,21 @@
border-color: var(--ant-geekblue-3);
}
&.success {
border: 1px solid var(--color-progress-green);
color: var(--color-progress-green);
.title-text {
color: var(--color-progress-green);
}
.content.success {
color: var(--color-progress-green);
font-weight: var(--font-weight-normal);
opacity: 0.85;
}
}
.title {
position: absolute;
left: 0;
@@ -48,6 +63,10 @@
&.transition {
color: var(--ant-geekblue-7);
}
&.success {
color: var(--color-progress-green);
}
}
.text {