From 65319e825e5b1f0d4a60fe28a75e2740209e9a76 Mon Sep 17 00:00:00 2001 From: huangzhen Date: Thu, 10 Oct 2024 18:38:15 +0800 Subject: [PATCH] =?UTF-8?q?update=20@=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/comProduct/index.vue | 2 +- src/views/templates/cmsList/index.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/pages/comProduct/index.vue b/src/views/pages/comProduct/index.vue index 0598300..1b2237a 100644 --- a/src/views/pages/comProduct/index.vue +++ b/src/views/pages/comProduct/index.vue @@ -322,7 +322,7 @@ export default { async getData(dataType?: string) { if (!this.groupId) return showToast('组合商品ID不能为空'); - // 初始化-清空数据和定时器 + // 初始化-清空 选中数据 和 定时器数据 let mapData: any = new Map([]); this.selectedPro = []; this.selectedData = {}; diff --git a/src/views/templates/cmsList/index.scss b/src/views/templates/cmsList/index.scss index 9c78fe6..39bc622 100644 --- a/src/views/templates/cmsList/index.scss +++ b/src/views/templates/cmsList/index.scss @@ -2,6 +2,8 @@ width: 375px; min-height: 100vh; // 需要配置 comWrapperPC,模版不支持 vh background: rgb(241, 245, 247); + padding-bottom: 20px; + box-sizing: border-box; .topBox { position: relative; }