Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -175,7 +175,7 @@ export struct LiveHorizontalCardComponent { | @@ -175,7 +175,7 @@ export struct LiveHorizontalCardComponent { | ||
| 175 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 175 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 176 | .lineHeight(21) | 176 | .lineHeight(21) |
| 177 | } | 177 | } |
| 178 | - .height(this.compDTO.operDataList.length == 2 ? 180 : 148) | 178 | + .height(this.compDTO.operDataList.length == 2 ? 167 : 134) |
| 179 | .padding({ right: 8 }) | 179 | .padding({ right: 8 }) |
| 180 | .onClick(() => { | 180 | .onClick(() => { |
| 181 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) | 181 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) |
| @@ -237,7 +237,7 @@ export struct LiveHorizontalCardComponent { | @@ -237,7 +237,7 @@ export struct LiveHorizontalCardComponent { | ||
| 237 | } | 237 | } |
| 238 | }) | 238 | }) |
| 239 | .width(CommonConstants.FULL_WIDTH) | 239 | .width(CommonConstants.FULL_WIDTH) |
| 240 | - .height(this.compDTO.operDataList.length == 2 ? 180 : 148) | 240 | + .height(this.compDTO.operDataList.length == 2 ? 167 : 134) |
| 241 | } else if (this.compDTO.operDataList.length) { | 241 | } else if (this.compDTO.operDataList.length) { |
| 242 | // 一个 | 242 | // 一个 |
| 243 | LiveHorizontalCardForOneComponent({ contentDTO: this.compDTO.operDataList[0] }) | 243 | LiveHorizontalCardForOneComponent({ contentDTO: this.compDTO.operDataList[0] }) |
-
Please register or login to post a comment