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-25 10:51:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
695a2b66040ffdefd6425763fbac434acdf44427
695a2b66
1 parent
525c1318
ref |> 调整横屏直播底部播放控制层背景渐变
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
695a2b6
...
...
@@ -363,7 +363,7 @@ export struct PlayUIComponent {
}
.alignItems(VerticalAlign.Center)
.linearGradient({ angle: 0, colors: [['#
99000000', 0],
['#00000000', 1]] })
.linearGradient({ angle: 0, colors: [['#
80000000', 0],['#50000000', 0.5] ,
['#00000000', 1]] })
.width('100%')
.padding({
left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp',
...
...
Please
register
or
login
to post a comment