修复播放地址复制和分屏播放布局BUG
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user