Merge pull request #5617 from dataease/pr@dev@refactor-component-height

refactor(仪表板): 调整组件最大高度,防止编辑界面与预览界面高度不一致问题
This commit is contained in:
王嘉豪
2023-07-11 08:21:59 +08:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ export default {
props: {},
data() {
return {
maxHeight: 2000,
maxHeight: 10000,
maxTop: 20000
}
},