<Table ref="tableRef" border stripe></Table>
在使用 Element UI 的 el-table 时,当你自定义了一些原有属性(如 stripe 和 border)可能会导致原有属性失效。
<Table ref="tableRef" :highlight-current-row="true" :border="true" :stripe="true"></Table>,属性不起作用
如何能实现斑马状的,带虚线表格
在使用 Element UI 的 el-table 时,当你自定义了一些原有属性(如 stripe 和 border)可能会导致原有属性失效。
如何能实现斑马状的,带虚线表格
- 1
前往