陈剑华

fix: 18511 UI还原问题-【uat】地方精选卡,出版方名称超过一行没有省略显示

... ... @@ -110,6 +110,7 @@ struct localCard {
.margin({ bottom: 6 })
.flexShrink(0)
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
Text(this.operDataListItem.newsTitle)
.width(CommonConstants.FULL_PARENT)
... ...