From 47e1206e6504fbaea6fe779a5c5de531de21b35b Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 18 Sep 2025 16:39:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(hiList):=20=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shareArea/hiList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/shareArea/hiList.vue b/pages/shareArea/hiList.vue index 38e358a..2c631da 100644 --- a/pages/shareArea/hiList.vue +++ b/pages/shareArea/hiList.vue @@ -231,7 +231,7 @@ export default { // 商品容器区域 .goods-container { - flex: 1; + // flex: 1; background: #f8fafc; padding: 24rpx 24rpx 0; position: relative; @@ -260,7 +260,7 @@ export default { // 商品列表滚动区域 .goodList { - height: calc(100vh - 400rpx); + // height: calc(100vh - 400rpx); padding: 0 8rpx; .goodList_i {