陈剑华

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

... ... @@ -41,7 +41,7 @@ export struct BigPicCardComponent {
Text(this.compDTO.operDataList[0].newsTitle)
.fontSize(17)
.fontColor('#222222')
.maxLines(3)
.maxLines(2)
.textOverflow({ overflow: TextOverflow.Ellipsis })// 超出的部分显示省略号。
.align(Alignment.Start)
//大图
... ...