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
commit af31af40e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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