el-table 动态控制表格高度

 this.$nextTick(() => {
      let h =
        window.innerHeight ||
        document.documentElement.clientHeight ||
        document.body.clientHeight;
      this.tableHeight = h - 288;
    });
原文地址:https://www.cnblogs.com/dianzan/p/14302786.html