户编辑表单高度调整
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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: { | ... | ... |
-
Please register or sign in to post a comment