Merge pull request #341 from dataease/pr@dev@fix_panel_preview_scroll

fix:预览模式下部分尺寸的显示屏仪表板抖动问题
This commit is contained in:
王嘉豪 2021-07-27 11:39:55 +08:00 committed by GitHub
commit 45cc314c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,12 @@ export default {
}
}
}
if (this.canvasStyleData.selfAdaption) {
style = {
overflow: 'hidden',
...style
}
}
return style
},
// componentData mapState