Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -87,6 +87,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -87,6 +87,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 87 | .height(14) | 87 | .height(14) |
| 88 | } | 88 | } |
| 89 | .visibility(this.showMore() ? Visibility.Visible : Visibility.None) | 89 | .visibility(this.showMore() ? Visibility.Visible : Visibility.None) |
| 90 | + .margin({right: 16}) | ||
| 90 | .onClick(() => { | 91 | .onClick(() => { |
| 91 | ProcessUtils.compJumpPage(this.compDTO) | 92 | ProcessUtils.compJumpPage(this.compDTO) |
| 92 | }) | 93 | }) |
| @@ -136,6 +136,7 @@ export struct LiveHorizontalCardComponent { | @@ -136,6 +136,7 @@ export struct LiveHorizontalCardComponent { | ||
| 136 | .width(14) | 136 | .width(14) |
| 137 | .height(14) | 137 | .height(14) |
| 138 | } | 138 | } |
| 139 | + .margin({right: 16}) | ||
| 139 | .onClick(() => { | 140 | .onClick(() => { |
| 140 | this.liveToMore(); | 141 | this.liveToMore(); |
| 141 | }) | 142 | }) |
-
Please register or login to post a comment