aa3e7c5d by 杨威

重新落宗和范围属性变更的滚动条处理

1 parent c695d202
......@@ -343,8 +343,8 @@ export default {
this.$nextTick(() => {
this.tableHeight =
(document.documentElement.clientHeight ||
document.body.clientHeight) - 396;
this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 208;
document.body.clientHeight) - 352;
this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 220;
this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6;
});
},
......
......@@ -312,8 +312,8 @@ export default {
this.$nextTick(() => {
this.tableHeight =
(document.documentElement.clientHeight || document.body.clientHeight) -
392;
this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 208;
352;
this.lpbContentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 222;
this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6;
});
},
......