fix: apply h5 spacing to community page

This commit is contained in:
hajimi
2026-08-02 01:44:53 +08:00
parent ea0561e758
commit f287e9faad
+4 -3
View File
@@ -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;