How to remove the bottom frame of el-table?

clipboard.png

Apr.29,2022

.el-table__row > td {

border: none;

}

.el-table::before {

height: 0px;

}


find the current table class or other selectors, and then border-bottom:none! important


the class found by the censorship element is either changed in the css of the introduced element-ul or in the current file. Add! import to


The lowest td under

el-table will have border. Just eliminate it

also, try not to use! important syntax, you can use

within components.
.xxx>>>.el-table__row>td{
    border: none
}

where xxx is the customized parent class name


/ extra lines appear in table fill data /
.el-table::before {
z-index: inherit;
}

Menu