fix: apply h5 spacing to community page
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user