陈剑华

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

... ... @@ -109,6 +109,7 @@ struct localCard {
.width('100%')
.margin({ bottom: 6 })
.flexShrink(0)
.maxLines(1)
Text(this.operDataListItem.newsTitle)
.width(CommonConstants.FULL_PARENT)
... ...