wangliang_wd

feat:优化精品评论字体大小

... ... @@ -381,7 +381,7 @@ struct QualityCommentItem {
Row() {
Text(DateTimeUtils.getCommentTime(DateTimeUtils.getDateTimestamp(this.item.createTime)))
.fontSize(14)
.fontSize(12)
.fontColor('#999999')
Row({ space: 16 }) {
... ...