wangyong_wd

修复地方精选卡片,来源过长时样式展示问题

... ... @@ -67,6 +67,9 @@ export struct ZhSingleRow04 {
Text(item.source)
.fontSize($r('app.float.font_size_12'))
.fontColor($r('app.color.color_B0B0B0'))
.layoutWeight(1)
.textOverflow({overflow: TextOverflow.Ellipsis})
.maxLines(1)
Image($r("app.media.point"))
.width(16)
.height(16)
... ...