优化本地Mock接单

This commit is contained in:
yml2213
2026-08-21 12:39:24 +08:00
parent e6ab139071
commit c3bd6daee2
7 changed files with 278 additions and 47 deletions
+11 -6
View File
@@ -115,23 +115,24 @@
.worker-orders-toolbar {
display: flex;
align-items: center;
gap: 24px;
flex-direction: column;
align-items: stretch;
gap: 16px;
min-width: 0;
}
.worker-orders-search-controls {
flex: 0 0 auto;
width: 100%;
}
.worker-orders-mock {
flex: 1;
width: 100%;
min-width: 0;
display: flex;
align-items: center;
gap: 12px;
padding-left: 24px;
border-left: 1px solid #edf0f5;
padding-top: 16px;
border-top: 1px solid #edf0f5;
}
.worker-orders-mock > .ant-typography {
@@ -157,6 +158,10 @@
width: 150px;
}
.worker-order-mock-field-shop .ant-select {
width: 190px;
}
.worker-order-mock-field-product .ant-input {
width: 190px;
}