/* 去掉中間數據的分割線 */
.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