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 {