forked from github/dataease
Merge pull request #5617 from dataease/pr@dev@refactor-component-height
refactor(仪表板): 调整组件最大高度,防止编辑界面与预览界面高度不一致问题
This commit is contained in:
commit
af31af40e9
@ -81,7 +81,7 @@ export default {
|
||||
props: {},
|
||||
data() {
|
||||
return {
|
||||
maxHeight: 2000,
|
||||
maxHeight: 10000,
|
||||
maxTop: 20000
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user