fix:部分电脑键盘全屏按键仪表板下方存在空白问题

This commit is contained in:
wangjiahao 2021-11-16 12:31:09 +08:00
parent 713aa97ed4
commit 5506fde2ee

View File

@ -152,7 +152,7 @@ export default {
const _this = this
const erd = elementResizeDetectorMaker()
// div
const tempDom = document.getElementById('canvasInfoTemp')
const tempDom = document.getElementById('canvasInfoMain')
erd.listenTo(tempDom, element => {
_this.$nextTick(() => {
_this.restore()