liqing

fix: 16914 UI还原问题-【UAT】宁夏选项卡,字体大小,字体行距调整

@@ -28,6 +28,7 @@ export struct Card19Component { @@ -28,6 +28,7 @@ export struct Card19Component {
28 .textOverflowStyle(3) 28 .textOverflowStyle(3)
29 .margin({ bottom: 8 }) 29 .margin({ bottom: 8 })
30 .width(CommonConstants.FULL_WIDTH) 30 .width(CommonConstants.FULL_WIDTH)
  31 + .lineHeight(22)
31 .onClick((event: ClickEvent) => { 32 .onClick((event: ClickEvent) => {
32 this.clicked = true; 33 this.clicked = true;
33 ProcessUtils.processPage(this.contentDTO) 34 ProcessUtils.processPage(this.contentDTO)
@@ -32,7 +32,7 @@ export struct Card20Component { @@ -32,7 +32,7 @@ export struct Card20Component {
32 .width(CommonConstants.FULL_WIDTH) 32 .width(CommonConstants.FULL_WIDTH)
33 .textOverflowStyle(3) 33 .textOverflowStyle(3)
34 .margin({ bottom: 8 }) 34 .margin({ bottom: 8 })
35 - .lineHeight(20) 35 + .lineHeight(22)
36 } 36 }
37 if (this.contentDTO.fullColumnImgUrls[0]) { 37 if (this.contentDTO.fullColumnImgUrls[0]) {
38 createImg({ contentDTO: this.contentDTO }) 38 createImg({ contentDTO: this.contentDTO })
@@ -70,7 +70,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { @@ -70,7 +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 + .lineHeight(19)
74 } 74 }
75 } 75 }
76 .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 })