element-ui表格高度100%
<el-table height="calc(100%)" :data="tableData" stripe :show-header="false" style="width: 100%">
父容器添加
overflow: hidden;
<el-table height="calc(100%)" :data="tableData" stripe :show-header="false" style="width: 100%">
父容器添加
overflow: hidden;