From f287e9faad760bbf1873e99767b59062c521cc95 Mon Sep 17 00:00:00 2001 From: hajimi Date: Sun, 2 Aug 2026 01:44:53 +0800 Subject: [PATCH] fix: apply h5 spacing to community page --- uniapp/src/pages/community/community.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uniapp/src/pages/community/community.vue b/uniapp/src/pages/community/community.vue index a5c023e..184381f 100644 --- a/uniapp/src/pages/community/community.vue +++ b/uniapp/src/pages/community/community.vue @@ -362,8 +362,12 @@ onShow(() => { display: flex; flex-direction: column; overflow: hidden; + box-sizing: border-box; color: #172033; background: #f5f7fb; + /* #ifdef H5 */ + padding-top: 10rpx; + /* #endif */ } .community-header { @@ -455,9 +459,6 @@ onShow(() => { align-items: flex-end; gap: 18rpx; padding: 0 0 0 10rpx; - /* #ifdef H5 */ - padding-top: 10rpx; - /* #endif */ background: transparent; box-sizing: border-box;