去掉el-table表格的默認樣式,表頭顏色,hover的效果


!important不起作用,     scoped  和/deep/使用  在需要改的地方的前邊一定要加上  .el-table
<style  scoped>
 /deep/ .el-table th{
    background-color: white ;
}

/* 表尾 */
/deep/ .el-table .el-table__footer-wrapper tbody td {
    background-color: white;
}
/* 表頭 */
/deep/  .el-table__header-wrapper thead div{
     background-color: white ;
 
/* hover效果 */
/deep/ .el-table tbody tr:hover>td { 
    background-color:#ffffff
}
<style>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM