Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -68,6 +68,8 @@ export struct ZhGridLayout02NewsContent { | @@ -68,6 +68,8 @@ export struct ZhGridLayout02NewsContent { | ||
| 68 | .fontSize(15) | 68 | .fontSize(15) |
| 69 | .maxLines(2) | 69 | .maxLines(2) |
| 70 | .lineHeight(21) | 70 | .lineHeight(21) |
| 71 | + .width('100%') | ||
| 72 | + .textAlign(TextAlign.Start) | ||
| 71 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 73 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 72 | } | 74 | } |
| 73 | .width('100%') | 75 | .width('100%') |
-
Please register or login to post a comment