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

3次阅读

共计 99 个字符,预计需要花费 1 分钟才能阅读完成。

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

<el-table
  :data="tableData"
  height="calc(100vh - 180px)"
  style="width: 100%"
>
</el-table>
正文完
 0