chenqs

fix |> 精选评论时间字体大小调整

@@ -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 }) {