Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -108,6 +108,7 @@ struct localCard { | @@ -108,6 +108,7 @@ struct localCard { | ||
| 108 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 108 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 109 | .lineHeight(20) | 109 | .lineHeight(20) |
| 110 | .margin({bottom: 17}) | 110 | .margin({bottom: 17}) |
| 111 | + .fontWeight(500) | ||
| 111 | Row() { | 112 | Row() { |
| 112 | Text(DateTimeUtils.getCommentTime(Number.parseFloat(this.operDataListItem.publishTime))) | 113 | Text(DateTimeUtils.getCommentTime(Number.parseFloat(this.operDataListItem.publishTime))) |
| 113 | .fontSize($r("app.float.font_size_12")) | 114 | .fontSize($r("app.float.font_size_12")) |
-
Please register or login to post a comment