陈剑华

fix: 16914 UI还原问题-频道中的文章标题,文章正文,字体大小、行距与安卓不一致

@@ -59,6 +59,7 @@ export struct Card20Component { @@ -59,6 +59,7 @@ export struct Card20Component {
59 .width(CommonConstants.FULL_WIDTH) 59 .width(CommonConstants.FULL_WIDTH)
60 .textOverflowStyle(2) 60 .textOverflowStyle(2)
61 .margin({ bottom: 8 }) 61 .margin({ bottom: 8 })
  62 + .lineHeight(20)
62 } 63 }
63 if (this.contentDTO.fullColumnImgUrls[0]) { 64 if (this.contentDTO.fullColumnImgUrls[0]) {
64 createImg({ contentDTO: this.contentDTO }) 65 createImg({ contentDTO: this.contentDTO })
@@ -70,6 +70,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { @@ -70,6 +70,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
70 .textAlign(TextAlign.Start) 70 .textAlign(TextAlign.Start)
71 .margin({ top: 8 }) 71 .margin({ top: 8 })
72 .width(150) 72 .width(150)
  73 + .lineHeight(17)
73 } 74 }
74 } 75 }
75 .padding({ left: (index == 0) ? 16 : 0, right: (index == this.compDTO.operDataList.length - 1) ? 16 : 0 }) 76 .padding({ left: (index == 0) ? 16 : 0, right: (index == this.compDTO.operDataList.length - 1) ? 16 : 0 })