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