feat: sync rule management and review ui fixes

This commit is contained in:
wren
2026-05-07 17:27:42 +08:00
parent 87e82d1caa
commit c00e5feff0
13 changed files with 565 additions and 161 deletions
+9 -2
View File
@@ -184,7 +184,10 @@
}
.rules-test-page .rules-test-table td {
padding-top: 18px;
padding-bottom: 18px;
padding-right: 12px;
vertical-align: top;
}
.rules-test-page .rules-test-table td:nth-child(2),
@@ -213,7 +216,9 @@
.rules-test-page .rule-name {
display: flex;
flex-direction: column;
gap: 4px;
gap: 6px;
min-height: 54px;
justify-content: center;
}
.rules-test-page .rule-name strong {
@@ -230,7 +235,9 @@
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
gap: 6px;
min-height: 54px;
justify-content: center;
}
.rules-test-page .rule-check-type span:last-child {