From eece503e06e6c5cd4ad1a72817624742781ab928 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 19 Sep 2025 14:39:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5item=E7=9A=84=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nearbystores/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/nearbystores/index.vue b/pages/nearbystores/index.vue index 83f7c62..7654d28 100644 --- a/pages/nearbystores/index.vue +++ b/pages/nearbystores/index.vue @@ -619,7 +619,7 @@ page { .list-scroll { width: 100%; margin-top: 20rpx; - height: 120rpx; + overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;