优化接单工单筛选布局

This commit is contained in:
yml2213
2026-08-14 15:40:17 +08:00
parent 78d6c2f8a1
commit 951d0574b1
11 changed files with 112 additions and 129 deletions
+65
View File
@@ -1462,6 +1462,58 @@ select {
min-width: 0;
}
.worker-orders-toolbar {
display: flex;
align-items: center;
gap: 24px;
min-width: 0;
}
.worker-orders-search-controls {
flex: 0 0 auto;
}
.worker-orders-mock {
flex: 1;
min-width: 0;
display: flex;
align-items: center;
gap: 12px;
padding-left: 24px;
border-left: 1px solid #edf0f5;
}
.worker-orders-mock > .ant-typography {
flex: 0 0 auto;
white-space: nowrap;
}
.worker-order-mock-form {
flex: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 12px;
min-width: 0;
}
.worker-order-mock-form .ant-form-item {
min-width: 0;
margin: 0;
}
.worker-order-mock-field-order .ant-input {
width: 150px;
}
.worker-order-mock-field-product .ant-input {
width: 190px;
}
.worker-order-mock-field-amount .ant-input-number {
width: 116px;
}
.worker-order-detail-stack {
display: grid;
gap: 16px;
@@ -1728,6 +1780,19 @@ select {
grid-template-columns: 1fr;
}
.worker-orders-toolbar {
flex-direction: column;
align-items: stretch;
gap: 12px;
}
.worker-orders-mock {
padding-top: 12px;
padding-left: 0;
border-top: 1px solid #edf0f5;
border-left: 0;
}
.kuaishou-industry-split {
grid-template-columns: 1fr;
}