陈剑华

feat: 20730 直播频道页面展示的多个更多按钮,没有对齐

@@ -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 })