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;