el-table表格最下面的边框线删除

el-table__row>td {
border: none;
}

.el-table::before {
height: 0px;
}

https://blog.csdn.net/csdn_zhuang/article/details/103561686

posted @ 2022-04-21 14:58  前端路远且长  阅读(1076)  评论(0)    收藏  举报