陈剑华

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

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