wangliang_wd

feat:优化早晚报UI展示

... ... @@ -339,7 +339,7 @@ export struct MorningEveningPaperComponent {
compListItem: this.compListItem,
})
.margin({
top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 0 : 44+this.topSafeHeight
top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 10 : 44+this.topSafeHeight
})
}
}
... ... @@ -429,7 +429,7 @@ export struct MorningEveningPaperComponent {
})
}
.margin({ left: 12, right: 12 })
.height(56)
.height(36)
.alignItems(VerticalAlign.Center)
.justifyContent(FlexAlign.SpaceBetween)
}
... ...