陈剑华

fix: 17678 人民号动态卡片,标题和正文字体和行距样式不一致

... ... @@ -53,7 +53,7 @@ export struct Card19Component {
.textOverflowStyle(3)
.margin({ bottom: 8 })
.width(CommonConstants.FULL_WIDTH)
.lineHeight(22)
.lineHeight(25)
.onClick((event: ClickEvent) => {
this.clicked = true;
ProcessUtils.processPage(this.contentDTO)
... ...