forked from github/dataease
fix:预览模式下部分尺寸的显示屏仪表板抖动问题
This commit is contained in:
parent
e03b2894ea
commit
6407b278ea
@ -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