Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -127,7 +127,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -127,7 +127,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 127 | .lineHeight(19) | 127 | .lineHeight(19) |
| 128 | } | 128 | } |
| 129 | .height(this.compDTO.operDataList.length == 2 ? 190 : 148) | 129 | .height(this.compDTO.operDataList.length == 2 ? 190 : 148) |
| 130 | - .padding({ right: 16 }) | 130 | + .padding({ right: this.compDTO.operDataList.length == 2 ? 12 : 8 }) |
| 131 | // .offset({x:16}) | 131 | // .offset({x:16}) |
| 132 | .onClick(() => { | 132 | .onClick(() => { |
| 133 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) | 133 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) |
-
Please register or login to post a comment