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;