Merge pull request #1209 from dataease/pr@dev@fix_panel-fullscreen

fix:部分电脑键盘全屏按键仪表板下方存在空白问题
This commit is contained in:
王嘉豪 2021-11-16 12:37:03 +08:00 committed by GitHub
commit a2b319cd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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