yangsunyue1_wd

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

@@ -123,7 +123,7 @@ export struct CommentComponent { @@ -123,7 +123,7 @@ export struct CommentComponent {
123 .height(16) 123 .height(16)
124 .width(3) 124 .width(3)
125 Text('全部评论') 125 Text('全部评论')
126 - .fontSize(18)// .fontColor('#222222') 126 + .fontSize(16)// .fontColor('#222222')
127 .fontColor($r('app.color.color_222222')) 127 .fontColor($r('app.color.color_222222'))
128 .fontWeight(FontWeight.Medium) 128 .fontWeight(FontWeight.Medium)
129 .margin({ left: 5 }) 129 .margin({ left: 5 })
@@ -131,7 +131,7 @@ export struct CommentComponent { @@ -131,7 +131,7 @@ export struct CommentComponent {
131 .margin({ left: 16 }) 131 .margin({ left: 16 })
132 132
133 133
134 - Image($r('app.media.close_button')) 134 + Image($r('app.media.comment_close'))
135 .height(16) 135 .height(16)
136 .width(16) 136 .width(16)
137 .margin({ right: 16 }) 137 .margin({ right: 16 })
@@ -146,14 +146,14 @@ struct CommentListDialog { @@ -146,14 +146,14 @@ struct CommentListDialog {
146 .height(16) 146 .height(16)
147 .width(3) 147 .width(3)
148 Text('全部评论') 148 Text('全部评论')
149 - .fontSize(18)// .fontColor('#222222') 149 + .fontSize(16)// .fontColor('#222222')
150 .fontColor($r('app.color.color_222222')) 150 .fontColor($r('app.color.color_222222'))
151 .fontWeight(FontWeight.Medium) 151 .fontWeight(FontWeight.Medium)
152 .margin({ left: 5 }) 152 .margin({ left: 5 })
153 } 153 }
154 .margin({ left: 16 }) 154 .margin({ left: 16 })
155 155
156 - Image($r('app.media.close_button')) 156 + Image($r('app.media.comment_close'))
157 .height(16) 157 .height(16)
158 .width(16) 158 .width(16)
159 .margin({ right: 16 })// .visibility(this.showCloseIcon ? Visibility.Visible : Visibility.Hidden) 159 .margin({ right: 16 })// .visibility(this.showCloseIcon ? Visibility.Visible : Visibility.Hidden)