陈剑华

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

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