Showing
2 changed files
with
4 additions
and
4 deletions
| @@ -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) |
-
Please register or login to post a comment