liyubing

feat(信息流):修改一行两图卡ui布局

@@ -68,6 +68,8 @@ export struct ZhGridLayout02NewsContent { @@ -68,6 +68,8 @@ export struct ZhGridLayout02NewsContent {
68 .fontSize(15) 68 .fontSize(15)
69 .maxLines(2) 69 .maxLines(2)
70 .lineHeight(21) 70 .lineHeight(21)
  71 + .width('100%')
  72 + .textAlign(TextAlign.Start)
71 .textOverflow({ overflow: TextOverflow.Ellipsis }) 73 .textOverflow({ overflow: TextOverflow.Ellipsis })
72 } 74 }
73 .width('100%') 75 .width('100%')