Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -91,7 +91,7 @@ export struct ZhSingleRow06 { | @@ -91,7 +91,7 @@ export struct ZhSingleRow06 { | ||
| 91 | 91 | ||
| 92 | Row() { | 92 | Row() { |
| 93 | Text(DateTimeUtils.getCommentTime(this.compDTO.operDataList[0]?.commentInfo?.publishTime)) | 93 | Text(DateTimeUtils.getCommentTime(this.compDTO.operDataList[0]?.commentInfo?.publishTime)) |
| 94 | - .fontSize(14) | 94 | + .fontSize(12) |
| 95 | .fontColor(0x999999) | 95 | .fontColor(0x999999) |
| 96 | 96 | ||
| 97 | Row(){ | 97 | Row(){ |
-
Please register or login to post a comment