陈剑华

fix: 16784 【穿越测试】大图卡稿件,标题超过2行,应省略号展示。

@@ -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 //大图