修复播放地址复制和分屏播放布局BUG

This commit is contained in:
lin
2025-05-12 16:33:16 +08:00
parent f1fb046774
commit c2c44daca6
2 changed files with 6 additions and 9 deletions

View File

@@ -116,9 +116,6 @@ export default {
height = clientHeight
width = (16 / 9) * height
}
this.$refs.container.style.width = width + 'px'
this.$refs.container.style.height = height + 'px'
this.playerWidth = width
this.playerHeight = height
if (this.playing) {