陈剑华

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

... ... @@ -87,6 +87,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.height(14)
}
.visibility(this.showMore() ? Visibility.Visible : Visibility.None)
.margin({right: 16})
.onClick(() => {
ProcessUtils.compJumpPage(this.compDTO)
})
... ...
... ... @@ -136,6 +136,7 @@ export struct LiveHorizontalCardComponent {
.width(14)
.height(14)
}
.margin({right: 16})
.onClick(() => {
this.liveToMore();
})
... ...