element-ui表格高度100%

 

<el-table
            height="calc(100%)"
            :data="tableData"
            stripe
            :show-header="false"
            style="width: 100%">

 父容器添加

overflow: hidden;
posted @ 2022-05-17 10:27  bruce_lee_1  阅读(841)  评论(0)    收藏  举报