陈剑华

fix: 17364 UI还原问题--单图卡两行三行标题鸿蒙版的行距与安卓不一致

@@ -45,6 +45,7 @@ export struct Card6Component { @@ -45,6 +45,7 @@ export struct Card6Component {
45 Text(`${this.contentDTO.newsTitle}`) 45 Text(`${this.contentDTO.newsTitle}`)
46 .fontColor(this.clicked ? 0x848484 : 0x222222) 46 .fontColor(this.clicked ? 0x848484 : 0x222222)
47 .fontSize(16) 47 .fontSize(16)
  48 + .lineHeight(24)
48 .fontWeight(FontWeight.Normal) 49 .fontWeight(FontWeight.Normal)
49 .maxLines(3) 50 .maxLines(3)
50 .alignSelf(ItemAlign.Start) 51 .alignSelf(ItemAlign.Start)