优化手机端

This commit is contained in:
yml2213
2026-08-21 13:01:54 +08:00
parent b2a1ac3db1
commit cc03382921
2 changed files with 30 additions and 21 deletions
+24 -7
View File
@@ -241,6 +241,10 @@
overflow-x: hidden;
}
.worker-order-detail-drawer .ant-drawer-content {
max-width: 100vw;
}
.worker-order-detail-stack > .ant-card,
.worker-order-detail-stack > .ant-card .ant-card-body,
.worker-order-detail-stack .ant-descriptions {
@@ -252,7 +256,7 @@
.worker-order-detail-stack .ant-descriptions-view {
width: 100%;
max-width: 100%;
overflow-x: auto;
overflow-x: hidden;
}
.worker-order-detail-stack .ant-descriptions-view table {
@@ -267,6 +271,14 @@
word-break: break-word;
}
.worker-order-detail-actions {
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 8px;
}
/* ===== 工单流转记录时间线 ===== */
.work-order-event-timeline {
margin-top: 4px;
@@ -1285,9 +1297,9 @@ body {
/* 底部操作与备注行 */
.worker-order-mobile-footer-row {
display: flex;
align-items: center;
justify-content: space-between;
display: grid;
grid-template-columns: max-content minmax(0, 1fr);
align-items: start;
gap: 8px;
border-top: 1px dashed #f1f5f9;
padding-top: 10px;
@@ -1295,8 +1307,8 @@ body {
}
.worker-order-mobile-note-block {
min-width: 0;
flex: 1;
min-width: 104px;
max-width: 140px;
}
.worker-order-mobile-add-note-btn {
@@ -1309,14 +1321,19 @@ body {
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4px;
min-width: 104px;
white-space: nowrap;
}
.worker-order-mobile-btn-group {
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 6px;
flex-shrink: 0;
min-width: 0;
}
.worker-order-mobile-action-submit {