feat(M08-B): 补保洁员选择器

This commit is contained in:
Codex
2026-06-30 17:22:31 +08:00
parent 335adcdc22
commit dac353d184
9 changed files with 161 additions and 19 deletions
+25
View File
@@ -212,6 +212,31 @@ textarea {
gap: 6px;
}
.cleaner-select {
width: 100%;
}
.option-row {
display: inline-grid;
gap: 2px;
min-width: 0;
margin-right: 8px;
vertical-align: middle;
}
.option-row strong,
.option-row span {
max-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.option-row span {
color: #69788c;
font-size: 12px;
}
.data-table {
width: 100%;
}