From 409be28deb975ffd3ffa20fdcc99f38849dcda79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Sun, 20 Jul 2025 00:11:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BE=E5=BA=93?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A6=E5=8F=B3=E6=89=8B=E5=8A=BF=E6=BB=91?= =?UTF-8?q?=E5=8A=A8=E5=90=8E=E5=B8=83=E5=B1=80=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/gallery/gallery.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pages/tabbar/gallery/gallery.vue b/pages/tabbar/gallery/gallery.vue index 67b862a..60345da 100644 --- a/pages/tabbar/gallery/gallery.vue +++ b/pages/tabbar/gallery/gallery.vue @@ -21,7 +21,7 @@ - + @@ -322,13 +322,11 @@ export default { padding-bottom: 24rpx; background-color: #fafafa; } - .content { + width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; - padding: 24rpx 24rpx 0; - gap: 12rpx 0; .content-empty { width: 100%; @@ -338,7 +336,14 @@ export default { justify-content: center; } } - +.touch-listen-content { + width:100%; + display: flex; + flex-wrap: wrap; + box-sizing: border-box; + padding: 24rpx 24rpx 0; + gap: 12rpx 0; +} .loading-wrap { box-sizing: border-box; padding: 24rpx;