调整film窗口resize事件触发机制

This commit is contained in:
buvta
2020-12-13 11:53:35 +08:00
parent e283152a89
commit 74dee7a892

View File

@@ -872,7 +872,7 @@ export default {
mounted () {
window.addEventListener('resize', () => {
setTimeout(() => { this.showTableLastColumn = window.outerWidth >= 1200 }, 100)
}, false)
}, true)
}
}
</script>