陈剑华

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

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