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;