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