优化本地Mock接单
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user