bug 描述(Describe the bug)
为了处理该问题, 升级版本后, 出现样式问题

this.player = new EZUIKitPlayer({ ...this.cameraData, id: 'videoDivId', theme: 'mobileLive', handleSuccess() { this.state = 'playing'; }, handleError(e) { if (e.retcode === 1003) { this.player && this.player.play(); } }, });
复现(To Reproduce)
再现步骤(Steps to reproduce the behavior):
uniapp h5 ,使用 「8.1.14 版本」初始化样式异常:

切换全屏后, 切换回来,看起来正常:

横向滚动,样式问题

使用使用 「8.1.7版本」 初始化样式正常:

前端框架和版本 (Front end framework and version):
- Build Tools uniapp(vue2)
- Version [8..1.14]
- Node Version [14.21.3]
bug 描述(Describe the bug)

为了处理该问题, 升级版本后, 出现样式问题
this.player = new EZUIKitPlayer({ ...this.cameraData, id: 'videoDivId', theme: 'mobileLive', handleSuccess() { this.state = 'playing'; }, handleError(e) { if (e.retcode === 1003) { this.player && this.player.play(); } }, });复现(To Reproduce)
再现步骤(Steps to reproduce the behavior):
uniapp h5 ,使用 「8.1.14 版本」初始化样式异常:

切换全屏后, 切换回来,看起来正常:

横向滚动,样式问题

使用使用 「8.1.7版本」 初始化样式正常:

前端框架和版本 (Front end framework and version):