wangliang_wd

feat:优化早晚报UI展示

@@ -339,7 +339,7 @@ export struct MorningEveningPaperComponent { @@ -339,7 +339,7 @@ export struct MorningEveningPaperComponent {
339 compListItem: this.compListItem, 339 compListItem: this.compListItem,
340 }) 340 })
341 .margin({ 341 .margin({
342 - top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 0 : 44+this.topSafeHeight 342 + top: this.isHasTopView || this.audioPlayUrl.length > 0 ? 10 : 44+this.topSafeHeight
343 }) 343 })
344 } 344 }
345 } 345 }
@@ -429,7 +429,7 @@ export struct MorningEveningPaperComponent { @@ -429,7 +429,7 @@ export struct MorningEveningPaperComponent {
429 }) 429 })
430 } 430 }
431 .margin({ left: 12, right: 12 }) 431 .margin({ left: 12, right: 12 })
432 - .height(56) 432 + .height(36)
433 .alignItems(VerticalAlign.Center) 433 .alignItems(VerticalAlign.Center)
434 .justifyContent(FlexAlign.SpaceBetween) 434 .justifyContent(FlexAlign.SpaceBetween)
435 } 435 }