yangsunyue1_wd

feat:UI还原问题-【uat】进入视频直播评论或抢首评,全部评论字体偏大,关闭按钮颜色和ios不一致 问题修复

... ... @@ -123,7 +123,7 @@ export struct CommentComponent {
.height(16)
.width(3)
Text('全部评论')
.fontSize(18)// .fontColor('#222222')
.fontSize(16)// .fontColor('#222222')
.fontColor($r('app.color.color_222222'))
.fontWeight(FontWeight.Medium)
.margin({ left: 5 })
... ... @@ -131,7 +131,7 @@ export struct CommentComponent {
.margin({ left: 16 })
Image($r('app.media.close_button'))
Image($r('app.media.comment_close'))
.height(16)
.width(16)
.margin({ right: 16 })
... ...
... ... @@ -146,14 +146,14 @@ struct CommentListDialog {
.height(16)
.width(3)
Text('全部评论')
.fontSize(18)// .fontColor('#222222')
.fontSize(16)// .fontColor('#222222')
.fontColor($r('app.color.color_222222'))
.fontWeight(FontWeight.Medium)
.margin({ left: 5 })
}
.margin({ left: 16 })
Image($r('app.media.close_button'))
Image($r('app.media.comment_close'))
.height(16)
.width(16)
.margin({ right: 16 })// .visibility(this.showCloseIcon ? Visibility.Visible : Visibility.Hidden)
... ...