wuyanan

fix |> 修复竖屏直播回放播放控制层底部间距距离屏幕边缘过小问题

... ... @@ -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`
})
}
... ...