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