fix: 优化验收操作和图片去重

This commit is contained in:
yml2213
2026-08-15 14:27:12 +08:00
parent 55a658b4fe
commit 190445319b
3 changed files with 77 additions and 46 deletions
+11
View File
@@ -1519,6 +1519,17 @@ select {
gap: 16px;
}
.worker-order-actions {
display: grid;
justify-items: start;
gap: 4px;
}
.worker-order-actions .ant-btn-link {
height: auto;
padding: 0;
}
.worker-order-detail-value {
white-space: pre-wrap;
overflow-wrap: anywhere;