feat(M08-B): 补联调批量标记

This commit is contained in:
Codex
2026-07-05 16:00:17 +08:00
parent 273e429d9e
commit 8e4264589d
7 changed files with 75 additions and 9 deletions
+9
View File
@@ -526,6 +526,15 @@ textarea {
width: 130px;
}
.handoff-bulk-form {
display: grid;
gap: 10px;
}
.handoff-bulk-form .el-form-item {
margin-bottom: 0;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));