el-table表格最下面的边框线删除
el-table__row>td {
border: none;
}
.el-table::before {
height: 0px;
}
https://blog.csdn.net/csdn_zhuang/article/details/103561686
el-table__row>td {
border: none;
}
.el-table::before {
height: 0px;
}
https://blog.csdn.net/csdn_zhuang/article/details/103561686