refactor(仪表板): 调整组件最大高度,防止编辑界面与预览界面高度不一致问题

This commit is contained in:
Wangjiahao 2023-07-11 08:18:11 +08:00
parent 788b583c6f
commit e8efd079da

View File

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