优化接单工单详情展示

This commit is contained in:
yml2213
2026-07-28 10:24:49 +08:00
parent f0ba0fe17f
commit dca45afcc8
4 changed files with 312 additions and 5 deletions
+15
View File
@@ -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;