优化接单工单详情展示
This commit is contained in:
@@ -1162,6 +1162,21 @@ select {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.worker-order-detail-stack {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.worker-order-detail-value {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.worker-order-detail-json-tabs > .ant-tabs-nav {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.metric-grid {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
|
||||
Reference in New Issue
Block a user