diff --git a/ruoyi-ui/src/views/bid/order/history.vue b/ruoyi-ui/src/views/bid/order/history.vue index 0e1b28ff..eeb3a688 100644 --- a/ruoyi-ui/src/views/bid/order/history.vue +++ b/ruoyi-ui/src/views/bid/order/history.vue @@ -58,11 +58,13 @@ {{ tagLabel(s.row) }} - + @@ -249,6 +251,8 @@ export default { .amount { color: #e4393c; font-weight: 700; } .order-link { color: #e4393c; cursor: pointer; transition: color 0.2s; } .order-link:hover { color: #e4393c; text-decoration: underline; } +.jd-table ::v-deep .col-ops { white-space: nowrap; } +.ops-wrap { display: inline-flex; align-items: center; gap: 2px; flex-wrap: nowrap; } .diff-early { color: #67c23a; font-weight: 600; } .diff-ontime { color: #999; font-weight: 600; } diff --git a/ruoyi-ui/src/views/bid/order/pending.vue b/ruoyi-ui/src/views/bid/order/pending.vue index 80be495d..e06b8a2d 100644 --- a/ruoyi-ui/src/views/bid/order/pending.vue +++ b/ruoyi-ui/src/views/bid/order/pending.vue @@ -26,29 +26,31 @@
- + - - + + - - + + - + - - + + @@ -311,4 +313,15 @@ export default { color: #e4393c; text-decoration: underline; } + +/* ═══ 操作列 - 自适应填满剩余空间,按钮不换行 ═══ */ +.jd-table ::v-deep .col-ops { + white-space: nowrap; +} +.ops-wrap { + display: inline-flex; + align-items: center; + gap: 2px; + flex-wrap: nowrap; +} diff --git a/ruoyi-ui/src/views/bid/order/transit.vue b/ruoyi-ui/src/views/bid/order/transit.vue index 0228357f..b53c6e2b 100644 --- a/ruoyi-ui/src/views/bid/order/transit.vue +++ b/ruoyi-ui/src/views/bid/order/transit.vue @@ -78,12 +78,14 @@ {{ transitStatusLabel(s.row) }} - + @@ -294,4 +296,6 @@ export default { .urgent-soon { color: #e6a23c; font-weight: 700; font-size: 12px; } .order-link { color: #e4393c; cursor: pointer; transition: color 0.2s; } .order-link:hover { color: #e4393c; text-decoration: underline; } +.jd-table ::v-deep .col-ops { white-space: nowrap; } +.ops-wrap { display: inline-flex; align-items: center; gap: 2px; flex-wrap: nowrap; }