af38d056 by 杨威

户编辑表单高度调整

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