feat: 交叉验证 AI vs LAMP(#15,一致确认/不一致升级会诊)

This commit is contained in:
weijuesen
2026-08-12 18:00:02 +08:00
parent 6f367d19ae
commit 1798b2909e
9 changed files with 199 additions and 0 deletions
+14
View File
@@ -108,6 +108,20 @@
margin-top: $spacing-xs;
}
.crossOk {
display: block;
font-size: $font-size-xs;
color: $color-success;
margin-top: $spacing-xs;
}
.crossWarn {
display: block;
font-size: $font-size-xs;
color: $color-warning;
margin-top: $spacing-xs;
}
.emptyText {
display: block;
text-align: center;