From a34530b0ebcb4124eaaf1d68d29f33f5a5b1990f 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:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/custom.vue | 2 +- components/diy/goods-list.vue | 2 +- components/diy/modules/custom/model-custom-group.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/diy/custom.vue b/components/diy/custom.vue index 07f04b40..58f59a81 100644 --- a/components/diy/custom.vue +++ b/components/diy/custom.vue @@ -20,7 +20,7 @@ - + diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue index 4da750ec..28b67433 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' : 'flex-col wh-auto ht-auto oh', + 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_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), // 内容区域的样式 diff --git a/components/diy/modules/custom/model-custom-group.vue b/components/diy/modules/custom/model-custom-group.vue index 15e837d1..bbbf7c02 100644 --- a/components/diy/modules/custom/model-custom-group.vue +++ b/components/diy/modules/custom/model-custom-group.vue @@ -19,7 +19,7 @@ - +