From dcd8413e22c393bdb6193d1a331848df8b7f7769 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 30 Apr 2025 11:38:25 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3731=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=E6=97=85?= =?UTF-8?q?=E5=B1=85=E2=80=94=E6=96=87=E5=8C=96=E5=9B=BE=E7=89=87=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3=E8=BE=B9=E8=B7=9D=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumStore.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index 7106ea1..3cf8205 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -340,7 +340,7 @@ export default { ], activeIndex: 0, isLoadInfoListSuccess: false, - picColumnWidth: '325rpx', + picColumnWidth: '345rpx', infoArray: [], videoPlayers: [], activeVideo: 'coverVideo', @@ -831,7 +831,7 @@ export default { z-index: 5; display: flex; align-items: center; - padding: 40rpx 10rpx 40rpx 32rpx; + padding: 40rpx 30rpx 40rpx 32rpx; color: #333; font-size: 14px; background: rgba(255,255,255,0.4);