From c9e2b7ad038117cdee6798f2589279328db6fa03 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, 14 Mar 2025 11:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/goods-list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue index 28b67433..4da750ec 100644 --- a/components/diy/goods-list.vue +++ b/components/diy/goods-list.vue @@ -345,7 +345,7 @@ content_outer_spacing_magin: new_style.content_outer_spacing * 2 + 'rpx', onter_style: new_form.theme == '6' ? radius_computer(new_style.shop_radius) : `gap: ${new_style.content_outer_spacing * 2 + 'rpx'};`, // 不同风格下的样式 - layout_type: ['0', '4'].includes(new_form.theme) ? 'flex-row wh-auto ht-auto oh align-c' : 'flex-col wh-auto ht-auto oh', + layout_type: ['0', '4'].includes(new_form.theme) ? 'flex-row wh-auto ht-auto oh' : 'flex-col wh-auto ht-auto oh', layout_style: this.get_layout_style(new_style, new_form), layout_img_style: this.get_layout_img_style(new_style, new_form), content_style: this.get_content_style(new_style, new_form), // 内容区域的样式