elemen-ui表格组件表头复选框添加全选二字

<el-table-column type="selection" width="70px" align="center" label-class-name="DisabledSelection"></el-table-column>
      
.el-table /deep/ .DisabledSelection.cell .el-checkbox__inner{
    margin-left: -30px;
    position:relative;
  }
  .el-table /deep/ .DisabledSelection.cell:before{
    content:"全选";
    position:absolute;
    right:11px;
  }

 

posted @ 2022-01-04 11:48  番茄西红柿u  阅读(183)  评论(0编辑  收藏  举报