af38d056 by 杨威

户编辑表单高度调整

1 parent 299dc68d
......@@ -534,7 +534,7 @@
}
this.$nextTick(()=>{
this.mainBoxWidth = this.$refs.mainBox.clientWidth;
this.formHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 300
this.formHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 230
})
},
methods: {
......