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;
}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b93b-2c2bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b93b-2c2bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?