Elements-SY

Merge branch 'et86-black' into et86

...@@ -71,11 +71,9 @@ export default { ...@@ -71,11 +71,9 @@ export default {
71 }); 71 });
72 }, 72 },
73 mounted() { 73 mounted() {
74 - let headerRef = document.querySelector('.headerRef');
75 this.$nextTick(() => { 74 this.$nextTick(() => {
76 this.tableAttr.maxHeight = 75 this.tableAttr.maxHeight =
77 window.innerHeight - restTableHeight(this.$refs); 76 window.innerHeight - restTableHeight(this.$refs);
78 - // console.log(headerRef.clientHeight)
79 }); 77 });
80 }, 78 },
81 methods: { 79 methods: {
......