去掉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