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