From ad4f22e60c57ebe0f50dd5a47a001673011d998a Mon Sep 17 00:00:00 2001 From: Cxpller Date: Mon, 16 Oct 2023 23:57:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=90=9C=E7=B4=A2=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/result/index.wxss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/goods/result/index.wxss b/pages/goods/result/index.wxss index 5fee10e..8f9fbd4 100644 --- a/pages/goods/result/index.wxss +++ b/pages/goods/result/index.wxss @@ -32,11 +32,15 @@ page view { .result-container .category-goods-list { background-color: #f2f2f2; - overflow-y: scroll; padding: 20rpx 24rpx; + overflow-y: scroll; -webkit-overflow-scrolling: touch; } +.result-container .category-goods-list .goods-card__body { + width: 100% !important; +} + .result-container .wr-goods-list { background: #f2f2f2 !important; } @@ -111,4 +115,4 @@ page view { .result-container .t-input__control { font-size: 24rpx !important; text-align: center; -} +} \ No newline at end of file