陈剑华

fix: 20308 功能缺陷-直播预告列表,左边开播时间高度应与右侧预约按钮高度一致

... ... @@ -81,8 +81,9 @@ export struct LiveBigImage01Component {
.fontFamily('PingFang SC-Medium')
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ top: 8, bottom: 8 })
.align(Alignment.Start)
.height(24)
.textAlign(TextAlign.Center)
Image($r('app.media.point_icon'))
.objectFit(ImageFit.Auto)
... ... @@ -100,9 +101,12 @@ export struct LiveBigImage01Component {
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ top: 8, bottom: 8, right: 10 })
.align(Alignment.Start)
.height(24)
.textAlign(TextAlign.Center)
}
.backgroundColor('#F5F5F5')
.margin(12)
.height(24)
}
// 预约
Row() {
... ...