去掉第三放的el-table的默认背景色父元素穿透

 .el-table, .el-table__expanded-cell {
        background-color: transparent!important;
    }
    
    .el-table th, .el-table tr {
       border: 0!important;
        background-color: transparent!important;
    }
    .header_time >>> .el-table,
.header_time >>> .el-table__expanded-cell {
  background-color: transparent !important;
}

.header_time >>> .el-table th,
.header_time >>> .el-table tr {
  border: 0 !important;
  background-color: transparent !important;
}
上一篇:博客园代码


下一篇:c#数据批量插入