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
wuyanan
2024-09-19 17:52:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
356ca15f7ecd8bf755e73efc1060965409f38b2f
356ca15f
1 parent
3679bfed
ref |> 调整竖屏直播结束页面已关注样式
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerEndView.ets
View file @
356ca15
...
...
@@ -149,7 +149,7 @@ export struct PlayerEndView {
left: 122,
right: 122
})
.backgroundColor(this.followStatus == '0' ? '#FFED2800' :
Color.Grey
)
.backgroundColor(this.followStatus == '0' ? '#FFED2800' :
'#CCCCCC'
)
.borderRadius(4)
.onClick(() => {
this.handleAccention()
...
...
Please
register
or
login
to post a comment