Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -107,7 +107,7 @@ export struct ZhGridLayout02 { | @@ -107,7 +107,7 @@ export struct ZhGridLayout02 { | ||
| 107 | .borderRadius(4) | 107 | .borderRadius(4) |
| 108 | Text(item.newsTitle) | 108 | Text(item.newsTitle) |
| 109 | .margin({top:'5'}) | 109 | .margin({top:'5'}) |
| 110 | - .fontSize(12) | 110 | + .fontSize(13) |
| 111 | .maxLines(2) | 111 | .maxLines(2) |
| 112 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 112 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 113 | } | 113 | } |
-
Please register or login to post a comment