Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -109,6 +109,7 @@ struct localCard { | @@ -109,6 +109,7 @@ struct localCard { | ||
| 109 | .width('100%') | 109 | .width('100%') |
| 110 | .margin({ bottom: 6 }) | 110 | .margin({ bottom: 6 }) |
| 111 | .flexShrink(0) | 111 | .flexShrink(0) |
| 112 | + .maxLines(1) | ||
| 112 | 113 | ||
| 113 | Text(this.operDataListItem.newsTitle) | 114 | Text(this.operDataListItem.newsTitle) |
| 114 | .width(CommonConstants.FULL_PARENT) | 115 | .width(CommonConstants.FULL_PARENT) |
-
Please register or login to post a comment