From b9b1a4aa30684f2313bb466f289e15ecb448a2f3 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 29 Nov 2024 09:46:22 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2734=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=8D=83=E5=8E=BF=E2=80=94?= =?UTF-8?q?=E5=86=9C=E6=B0=91=E5=BA=97=E9=93=BA=E5=92=8C=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=B0=81=E9=9D=A2=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=9B=BE=E7=89=87=E5=B0=81=E9=9D=A2=E8=A6=81?= =?UTF-8?q?=E9=93=BA=E6=BB=A1=E5=BA=95=E6=9D=BF=E8=BE=B9=E7=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianShop.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkg_product/views/famousQianxianShop.vue b/pkg_product/views/famousQianxianShop.vue index 8dc1874..5f33a02 100644 --- a/pkg_product/views/famousQianxianShop.vue +++ b/pkg_product/views/famousQianxianShop.vue @@ -539,12 +539,12 @@ --> - + - {{ item.productName }} - + {{ item.productName }} + {{ item.productPrice }} @@ -557,7 +557,7 @@ - + @@ -566,8 +566,8 @@ class="mark-img" /> - {{ item.content }} - + {{ item.content }} + @@ -1146,7 +1146,7 @@ export default { position: relative; z-index: 2; display: block; - width: 310rpx; + width: 100%; height: 310rpx; border-radius: 20rpx; }