Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -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 }) |
-
Please register or login to post a comment