mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 13:25:31 +08:00
调整film窗口resize事件触发机制
This commit is contained in:
@@ -872,7 +872,7 @@ export default {
|
||||
mounted () {
|
||||
window.addEventListener('resize', () => {
|
||||
setTimeout(() => { this.showTableLastColumn = window.outerWidth >= 1200 }, 100)
|
||||
}, false)
|
||||
}, true)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user