From 5191de6e046c6dd948c76537f515143cc0be4ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 10 Jan 2025 16:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/custom.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/diy/custom.vue b/components/diy/custom.vue index 7a3fcd86..a2ce75ec 100644 --- a/components/diy/custom.vue +++ b/components/diy/custom.vue @@ -221,7 +221,6 @@ // 商品数量大于列数的时候,高度是列数,否则是当前的数量 col = new_list.length > carousel_col ? carousel_col : new_list.length; swiper_height = (new_form.height * new_scale + padding_top + padding_bottom + margin_bottom + margin_top) * col + ((Number(new_form.data_source_carousel_col) - 1) * space_between); - } // 计算间隔的空间。(gap * gap数量) / 模块数量 let gap = (new_style.column_gap * (carousel_col - 1)) / carousel_col;