style: 去除表格底部线

main
sankeyangshu 2024-12-13 10:37:03 +08:00
parent 218d24598a
commit 9e5747a96a
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@
.el-table__body tr.current-row {
color: #000 !important;
}
.el-table__inner-wrapper::before {
background-color: transparent !important;
}