陈剑华

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

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