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-09 17:24:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54610eda8388ab8b8ba8886cb4a7537616c476c4
54610eda
1 parent
ba3d93cf
fix |> 修复竖屏直播回放播放控制层底部间距距离屏幕边缘过小问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerVideoControlComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerVideoControlComponent.ets
View file @
54610ed
...
...
@@ -18,7 +18,7 @@ export struct PlayerVideoControlComponent {
@Consume contentDetailData: ContentDetailDTO
@Consume isSmall:boolean
@Consume isFullScreen: boolean
@State bottomSafeHeight: number = AppStorage.get<number>('bottomSafeHeight') || 0
aboutToAppear(): void {
if (this.playerController) {
//播放进度监听
...
...
@@ -100,7 +100,7 @@ export struct PlayerVideoControlComponent {
left: 10,
right: 10,
top: 15,
bottom:
15
bottom:
`${this.bottomSafeHeight}px`
})
}
...
...
Please
register
or
login
to post a comment