el-table添加border属性 使用作用域插槽 会不现实左边的边框线,或者右边的边框线

在这里插入图片描述


总结问题

1.固定了表格的高度 height=“250” 把高度去掉
<el-table
:data=“orderTableData”
style=“width: 100%; margin-top: 20px”
border
height=“250”
Checkbox
@selection-change=“tableChange”
>

 //表头
  thead th:not(.is-hidden):last-child {
    border-left: 1px solid #ebeef5;
  }
  //表单
  .el-table__row {
    td:not(.is-hidden):last-child {
      border-left: 1px solid #e4e7ec;
    }

这俩属性基本能解决
注意要把表单的高度去掉不然会有表单对不齐

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐