feat(M08-B): 补联调检查项搜索

This commit is contained in:
Codex
2026-07-08 10:31:19 +08:00
parent a4c2d14c41
commit 053e27fd40
3 changed files with 41 additions and 2 deletions
+8
View File
@@ -726,6 +726,10 @@ textarea {
width: 130px;
}
.handoff-search {
width: 260px;
}
.handoff-bulk-form {
display: grid;
gap: 10px;
@@ -965,6 +969,10 @@ textarea {
justify-content: flex-end;
}
.handoff-search {
width: 100%;
}
.preflight-meta {
grid-template-columns: 1fr;
}