/* 去掉中间数据的分割线 */
.el-table__row>td{
border: none;
}
/* 去掉上面的线 */
.el-table th.is-leaf{
border: none;
}
/* 去掉最下面的那一条线 */
.el-table::before {
height: 0px;
}
参考文章
https://blog.csdn.net/weixin_44171757/article/details/91542152
https://www.jianshu.com/p/9c142a0faaf2