Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -41,7 +41,7 @@ export struct BigPicCardComponent { | @@ -41,7 +41,7 @@ export struct BigPicCardComponent { | ||
| 41 | Text(this.compDTO.operDataList[0].newsTitle) | 41 | Text(this.compDTO.operDataList[0].newsTitle) |
| 42 | .fontSize(17) | 42 | .fontSize(17) |
| 43 | .fontColor('#222222') | 43 | .fontColor('#222222') |
| 44 | - .maxLines(3) | 44 | + .maxLines(2) |
| 45 | .textOverflow({ overflow: TextOverflow.Ellipsis })// 超出的部分显示省略号。 | 45 | .textOverflow({ overflow: TextOverflow.Ellipsis })// 超出的部分显示省略号。 |
| 46 | .align(Alignment.Start) | 46 | .align(Alignment.Start) |
| 47 | //大图 | 47 | //大图 |
-
Please register or login to post a comment