feat(M08-B): 补保洁员选择器
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user