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
chenjun
2024-08-20 19:21:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1b1e6b4b9bafe7a0580c91af9cddbf8899235895
1b1e6b4b
1 parent
5cfd5ac3
沉浸式未选中字体
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
sight_harmony/products/phone/src/main/ets/pages/view/VideoChannelPage.ets
View file @
1b1e6b4
...
...
@@ -93,7 +93,7 @@ export struct VideoChannelPage {
return this.navItem.channelChooseColor ? this.navItem.channelChooseColor : '#222222'
} else {
let ccolor = this.navItem.channelChooseCColor.replace('#', '#B3')
return this.navItem.channelChooseCColor ? ccolor : '#
B3FFFFFF
'
return this.navItem.channelChooseCColor ? ccolor : '#
666666
'
}
}
...
...
Please
register
or
login
to post a comment