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