Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
陈剑华
2024-10-09 18:08:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5014def7eaf7662b2289967829607906abce94c3
5014def7
1 parent
08093765
feat: 20730 直播频道页面展示的多个更多按钮,没有对齐
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
View file @
5014def
...
...
@@ -87,6 +87,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.height(14)
}
.visibility(this.showMore() ? Visibility.Visible : Visibility.None)
.margin({right: 16})
.onClick(() => {
ProcessUtils.compJumpPage(this.compDTO)
})
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
5014def
...
...
@@ -136,6 +136,7 @@ export struct LiveHorizontalCardComponent {
.width(14)
.height(14)
}
.margin({right: 16})
.onClick(() => {
this.liveToMore();
})
...
...
Please
register
or
login
to post a comment