forked from github/dataease
Merge pull request #1209 from dataease/pr@dev@fix_panel-fullscreen
fix:部分电脑键盘全屏按键仪表板下方存在空白问题
This commit is contained in:
commit
a2b319cd35
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user