From be2c2c0b6e7956fd888a90952633b4f62a9d06bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 26 Aug 2024 10:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-shop-list/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/model-shop-list/index.vue b/src/components/model-shop-list/index.vue index d1d8d24b..d2227ef5 100644 --- a/src/components/model-shop-list/index.vue +++ b/src/components/model-shop-list/index.vue @@ -223,9 +223,8 @@ const outer_class = computed(() => { return flex + wrap + background + 'oh'; }); const onter_style = computed(() => { - const radius = theme.value == '6' ? content_radius.value : ''; - const gap = `gap: ${new_style.value.content_outer_spacing + 'px'};`; - return `${radius} ${gap}`; + const radius = theme.value == '6' ? content_radius.value : `gap: ${new_style.value.content_outer_spacing + 'px'};`; + return `${radius}`; }); // 不同风格下的样式