fix: 修复overview右上角时间不见了的问题

This commit is contained in:
chenjinsong
2020-07-01 14:29:57 +08:00
parent 596165cd22
commit 47b017cedf

View File

@@ -1356,6 +1356,7 @@
},
mounted() {
this.initData();
this.initDate();
window.onresize = () => {
setTimeout(() => {
this.$parent.$parent.update();