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 {