Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -166,9 +166,9 @@ export struct LiveHorizontalCardComponent { | @@ -166,9 +166,9 @@ export struct LiveHorizontalCardComponent { | ||
| 166 | .textAlign(TextAlign.Start) | 166 | .textAlign(TextAlign.Start) |
| 167 | .margin({ top: 8 }) | 167 | .margin({ top: 8 }) |
| 168 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 168 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 169 | - .height(42) | ||
| 170 | .lineHeight(21) | 169 | .lineHeight(21) |
| 171 | } | 170 | } |
| 171 | + .height(134) | ||
| 172 | .padding({ right: 16 }) | 172 | .padding({ right: 16 }) |
| 173 | .onClick(() => { | 173 | .onClick(() => { |
| 174 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) | 174 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) |
-
Please register or login to post a comment