Showing
3 changed files
with
3 additions
and
0 deletions
| @@ -131,6 +131,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -131,6 +131,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 131 | .width(150) | 131 | .width(150) |
| 132 | .lineHeight(19) | 132 | .lineHeight(19) |
| 133 | .height(42) | 133 | .height(42) |
| 134 | + .lineHeight(21) | ||
| 134 | } | 135 | } |
| 135 | .padding({ right: 16 }) | 136 | .padding({ right: 16 }) |
| 136 | // .offset({x:16}) | 137 | // .offset({x:16}) |
| @@ -153,6 +153,7 @@ export struct LiveHorizontalCardComponent { | @@ -153,6 +153,7 @@ export struct LiveHorizontalCardComponent { | ||
| 153 | .margin({ top: 8 }) | 153 | .margin({ top: 8 }) |
| 154 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 154 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 155 | .height(42) | 155 | .height(42) |
| 156 | + .lineHeight(21) | ||
| 156 | } | 157 | } |
| 157 | .padding({ right: 16 }) | 158 | .padding({ right: 16 }) |
| 158 | .onClick(() => { | 159 | .onClick(() => { |
-
Please register or login to post a comment