Showing
3 changed files
with
3 additions
and
2 deletions
| @@ -27,6 +27,7 @@ export struct Card19Component { | @@ -27,6 +27,7 @@ export struct Card19Component { | ||
| 27 | .textOverflowStyle(3) | 27 | .textOverflowStyle(3) |
| 28 | .margin({ bottom: 8 }) | 28 | .margin({ bottom: 8 }) |
| 29 | .width(CommonConstants.FULL_WIDTH) | 29 | .width(CommonConstants.FULL_WIDTH) |
| 30 | + .lineHeight(22) | ||
| 30 | .onClick((event: ClickEvent) => { | 31 | .onClick((event: ClickEvent) => { |
| 31 | this.clicked = true; | 32 | this.clicked = true; |
| 32 | ProcessUtils.processPage(this.contentDTO) | 33 | ProcessUtils.processPage(this.contentDTO) |
| @@ -31,7 +31,7 @@ export struct Card20Component { | @@ -31,7 +31,7 @@ export struct Card20Component { | ||
| 31 | .width(CommonConstants.FULL_WIDTH) | 31 | .width(CommonConstants.FULL_WIDTH) |
| 32 | .textOverflowStyle(3) | 32 | .textOverflowStyle(3) |
| 33 | .margin({ bottom: 8 }) | 33 | .margin({ bottom: 8 }) |
| 34 | - .lineHeight(20) | 34 | + .lineHeight(22) |
| 35 | } | 35 | } |
| 36 | if (this.contentDTO.fullColumnImgUrls[0]) { | 36 | if (this.contentDTO.fullColumnImgUrls[0]) { |
| 37 | createImg({ contentDTO: this.contentDTO }) | 37 | 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 }) |
-
Please register or login to post a comment