1701138537203.png
image.png
// 去掉头部白色线条
::v-deep .el-table th.el-table__cell.is-leaf {
border-bottom: none;
}
// 去掉table表格底部白色线条
::v-deep .el-table::before{
background-color:transparent;
}
// 去掉头部白色线条
::v-deep .el-table th.el-table__cell.is-leaf {
border-bottom: none;
}
// 去掉table表格底部白色线条
::v-deep .el-table::before{
background-color:transparent;
}