王士厅
... ... @@ -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() {
... ...
... ... @@ -229,7 +229,7 @@ export struct LiveOperRowListView {
}
}
}
.height(30)
.height(this.isLlive ? 30:36)
.onClick(() => {
if (this.onCommentInputFocus) {
this.onCommentInputFocus()
... ...