forked from github/dataease
fix:部分电脑键盘全屏按键仪表板下方存在空白问题
This commit is contained in:
parent
713aa97ed4
commit
5506fde2ee
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user