From 78a74a9787e7c3f54d9181222b15596e62f8fa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=92?= Date: Sun, 2 Nov 2025 17:58:53 +0800 Subject: [PATCH] 1 --- src/views/system/jd-instruction/index.vue | 36 ++++++++++++++++++----- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/src/views/system/jd-instruction/index.vue b/src/views/system/jd-instruction/index.vue index 00a16f8..b8c025f 100644 --- a/src/views/system/jd-instruction/index.vue +++ b/src/views/system/jd-instruction/index.vue @@ -9,14 +9,18 @@ - - 执行 - 慢单 - TF - - - 拼多多 - 清空 + + 执行 + 清空 + + + 慢单 + + + TF + + 拼多多 + @@ -350,6 +354,22 @@ export default { .msg-block { margin-bottom: 12px; } .msg-header { display: flex; align-items: center; justify-content: space-between; margin: 6px 0; } +/* 按钮组样式 */ +.button-group { + margin-bottom: 16px; +} + +.button-group .el-button { + margin-right: 12px; + padding: 12px 24px; + font-size: 14px; + font-weight: 500; +} + +.button-group .el-button:last-child { + margin-right: 0; +} + /* 历史记录控制条 */ .history-controls { display: flex;