This commit is contained in:
chashaobao
2025-09-01 18:44:26 +08:00
parent 285db3f445
commit f2e7fd9d85
2 changed files with 42 additions and 9 deletions

View File

@ -56,7 +56,27 @@
&__icon {
width: 48px;
height: 48px;
}
&__block {
margin-top: 24px;
.flex-row();
gap: 16px;
}
&__status {
font-size: 28px;
line-height: 32px;
font-weight: 400;
color: @blColorG1;
&.open {
color: @blHighlightColor;
}
&.error {
color: #FF5051;
}
}
}
}
}