From 3b0ab0d78fcd6e14443a2930d30bd4b97d3a5e1a Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 1 May 2025 08:14:28 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E3=80=91=E5=BA=97=E9=93=BA=E8=A3=85=E4=BF=AE-=E4=BC=98?= =?UTF-8?q?=E6=83=A0=E5=8A=B5=EF=BC=9AphoneWidth=20*=200.96=20=E6=94=B9?= =?UTF-8?q?=E6=88=90=20*=201=EF=BC=8C=E9=81=BF=E5=85=8D=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E8=BE=B9=E8=B7=9D=E4=B8=8D=E5=A4=AA=E5=AF=B9=EF=BC=88=E4=B8=8D?= =?UTF-8?q?=E9=93=BA=E6=BB=A1=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DiyEditor/components/mobile/CouponCard/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DiyEditor/components/mobile/CouponCard/index.vue b/src/components/DiyEditor/components/mobile/CouponCard/index.vue index 3e2302af..2dc07886 100644 --- a/src/components/DiyEditor/components/mobile/CouponCard/index.vue +++ b/src/components/DiyEditor/components/mobile/CouponCard/index.vue @@ -124,7 +124,7 @@ watch( () => { // 每列的宽度为:(总宽度 - 间距 * (列数 - 1))/ 列数 couponWidth.value = - (phoneWidth.value * 0.95 - props.property.space * (props.property.columns - 1)) / + (phoneWidth.value - props.property.space * (props.property.columns - 1)) / props.property.columns // 显示滚动条 scrollbarWidth.value = `${