From fc237c9bfd6fb3feb00a682637f3216715668356 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 17 Jan 2026 18:51:04 +0800 Subject: [PATCH] 1 --- src/views/system/jd-instruction/index.vue | 24 +++++++++++------------ 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/views/system/jd-instruction/index.vue b/src/views/system/jd-instruction/index.vue index ec6d6b8..6d1d391 100644 --- a/src/views/system/jd-instruction/index.vue +++ b/src/views/system/jd-instruction/index.vue @@ -13,15 +13,16 @@ 执行 清空 慢单 - + 腾峰 +
- 腾峰 - - - 鸿 - 拼多多 - 拼多多-纹 + 腾峰 + + + 鸿 + 拼多多 + 拼多多-纹
@@ -751,7 +752,7 @@ export default { max-width: 100% !important; } - /* 第一行按钮组(执行、清空、慢单、生)- 每行2个 */ + /* 移动端第一行按钮组(执行、清空、慢单、腾峰)- 每行2个,显示最常用的4个 */ .button-group-primary { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; @@ -764,12 +765,9 @@ export default { max-width: 100% !important; } - /* 第二行按钮组(腾峰、凡、纹等)- 每行3个 */ + /* 移动端:将腾峰移到第一组,第二组隐藏 */ .button-group-secondary { - display: grid !important; - grid-template-columns: repeat(3, 1fr) !important; - gap: 8px !important; - width: 100% !important; + display: none !important; } .button-group-secondary .el-button {