修复播放弹窗下的地址复制

This commit is contained in:
lin
2025-05-12 16:10:24 +08:00
parent 198db8f684
commit f1fb046774
4 changed files with 7 additions and 6 deletions

View File

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