|
@@ -1044,7 +1044,7 @@ export default {
|
|
|
created() {
|
|
|
let widTHBul = document.documentElement.clientWidth - 440
|
|
|
this.kuanBl = widTHBul
|
|
|
- this.hubs = (document.documentElement.clientHeight || document.body.clientHeight) - 70
|
|
|
+ this.hubs = (document.documentElement.clientHeight || document.body.clientHeight) - 140
|
|
|
let height = window.innerHeight;
|
|
|
this.tableHeight = height - 195;
|
|
|
const that = this;
|