From e34a032795fb313380bc8f74f37ea9c39abdc454 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 2 Apr 2026 18:33:21 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5064=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=E6=97=85=E5=B1=85=E5=BA=97?= =?UTF-8?q?=E9=93=BA=EF=BC=8C=E8=B0=83=E6=95=B4=E4=BD=93=E9=AA=8C=E5=BA=97?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E4=BD=93=E9=AA=8C=E5=BA=97=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=8C=BA=E5=9F=9F=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumStore.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index ff5e7bd..932a46e 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -1081,7 +1081,7 @@ export default { justify-content: space-between; .experience-item { - width: 335rpx; + width: 343rpx; background: #fff; border-radius: 16rpx; overflow: hidden; @@ -1400,15 +1400,15 @@ export default { justify-content: space-between; } .product-item{ - width: 343rpx; + width: 340rpx; background: #fff; border-radius: 16rpx; overflow: hidden; padding-bottom: 20rpx; margin-bottom: 24rpx; .product-img{ - width: 343rpx; - height: 343rpx; + width: 340rpx; + height: 340rpx; border-radius: 16rpx; } }