重新落宗和范围属性变更的滚动条处理
Showing
2 changed files
with
4 additions
and
4 deletions
... | @@ -343,8 +343,8 @@ export default { | ... | @@ -343,8 +343,8 @@ export default { |
343 | this.$nextTick(() => { | 343 | this.$nextTick(() => { |
344 | this.tableHeight = | 344 | this.tableHeight = |
345 | (document.documentElement.clientHeight || | 345 | (document.documentElement.clientHeight || |
346 | document.body.clientHeight) - 396; | 346 | document.body.clientHeight) - 352; |
347 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 208; | 347 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 220; |
348 | this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6; | 348 | this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6; |
349 | }); | 349 | }); |
350 | }, | 350 | }, | ... | ... |
... | @@ -312,8 +312,8 @@ export default { | ... | @@ -312,8 +312,8 @@ export default { |
312 | this.$nextTick(() => { | 312 | this.$nextTick(() => { |
313 | this.tableHeight = | 313 | this.tableHeight = |
314 | (document.documentElement.clientHeight || document.body.clientHeight) - | 314 | (document.documentElement.clientHeight || document.body.clientHeight) - |
315 | 392; | 315 | 352; |
316 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 208; | 316 | this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 222; |
317 | this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6; | 317 | this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6; |
318 | }); | 318 | }); |
319 | }, | 319 | }, | ... | ... |
-
Please register or sign in to post a comment