乐趣区

关于element-ui:elementui-使用技巧

el-table 动静高度 & 固定表头

<el-table
  :data="tableData"
  height="calc(100vh - 180px)"
  style="width: 100%"
>
</el-table>
退出移动版