Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -381,7 +381,7 @@ struct QualityCommentItem { | @@ -381,7 +381,7 @@ struct QualityCommentItem { | ||
| 381 | Row() { | 381 | Row() { |
| 382 | 382 | ||
| 383 | Text(DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.item.createTime))) | 383 | Text(DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.item.createTime))) |
| 384 | - .fontSize(12) | 384 | + .fontSize(14) |
| 385 | .fontColor('#999999') | 385 | .fontColor('#999999') |
| 386 | 386 | ||
| 387 | Row({ space: 16 }) { | 387 | Row({ space: 16 }) { |
-
Please register or login to post a comment