mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 19:02:03 +08:00
Merge pull request #342 from dataease/pr@v1.1@fix_panel_preview_scroll1.1
fix:预览模式下部分尺寸的显示屏仪表板抖动问题
This commit is contained in:
@@ -108,6 +108,12 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (this.canvasStyleData.selfAdaption) {
|
||||
style = {
|
||||
overflow: 'hidden',
|
||||
...style
|
||||
}
|
||||
}
|
||||
return style
|
||||
},
|
||||
// 此处单独计算componentData的值 不放入全局mapState中
|
||||
|
||||
Reference in New Issue
Block a user