mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #1209 from dataease/pr@dev@fix_panel-fullscreen
fix:部分电脑键盘全屏按键仪表板下方存在空白问题
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user