From 9dc148400c0ad5b9f94c1ba991e2fde8963e7acf Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 6 Jan 2026 23:00:41 +0800 Subject: [PATCH] 1 --- src/views/system/jdorder/orderList.vue | 145 +++++++++++-------------- 1 file changed, 63 insertions(+), 82 deletions(-) diff --git a/src/views/system/jdorder/orderList.vue b/src/views/system/jdorder/orderList.vue index df3cc23..71290a6 100644 --- a/src/views/system/jdorder/orderList.vue +++ b/src/views/system/jdorder/orderList.vue @@ -288,10 +288,9 @@ - +
- -
+
物流 + + 退货复制 + + + 录单格式 + + + 后返录表 + 获取物流 -
- - -
- - - 更多操作 - - - - 退货复制 - - - {{ isExcelTextCopied(scope.row.id) ? '✓ 录单格式(已复制)' : '录单格式' }} - - - 后返录表 - - -
- 统计 - - -
-
- - 删除 - -
-
+ + + + 删除 +
@@ -1909,18 +1895,19 @@ export default { } } -/* 桌面端操作按钮优化布局 */ +/* 桌面端操作按钮优化布局 - 所有按钮一行显示 */ .desktop-action-buttons-wrapper { display: flex; - flex-direction: column; - gap: 3px; - align-items: flex-start; + flex-direction: row; + align-items: center; width: 100%; - padding: 2px 0; + padding: 0; box-sizing: border-box; + flex-wrap: wrap; + gap: 2px; } -.desktop-action-buttons-wrapper .action-row-primary { +.desktop-action-buttons-wrapper .action-row-all { display: flex; flex-wrap: wrap; gap: 2px; @@ -1928,31 +1915,25 @@ export default { align-items: center; width: 100%; line-height: 1.2; - min-height: 24px; -} - -.desktop-action-buttons-wrapper .action-row-secondary { - display: flex; - justify-content: flex-start; - align-items: center; - width: 100%; - margin-top: 1px; - min-height: 24px; } .desktop-action-buttons-wrapper .el-button { - padding: 3px 5px !important; + padding: 3px 6px !important; font-size: 12px !important; white-space: nowrap !important; margin: 0 !important; - height: auto !important; + height: 24px !important; line-height: 1.2 !important; - min-height: 20px !important; + min-height: 24px !important; border: none !important; + flex-shrink: 0; + display: inline-flex !important; + align-items: center !important; } -.desktop-action-buttons-wrapper .more-action-btn { - padding: 3px 8px !important; +.desktop-action-buttons-wrapper .el-switch { + margin-left: 4px !important; + flex-shrink: 0; } /* 桌面端下拉菜单样式 */ @@ -1972,15 +1953,15 @@ export default { /* 桌面端确保操作列正常显示 */ @media (min-width: 769px) { .order-table ::v-deep .action-column { - width: 240px !important; + width: 380px !important; } .order-table ::v-deep .el-table__fixed-right { - width: 240px !important; + width: 380px !important; } .order-table ::v-deep .el-table__fixed-right-patch { - width: 240px !important; + width: 380px !important; } /* 隐藏移动端按钮 */