码迷,mamicode.com
首页 > 其他好文 > 详细

去掉el-table表格的默认样式,表头颜色,hover的效果

时间:2019-12-06 11:43:10      阅读:742      评论:0      收藏:0      [点我收藏+]

标签:hover   style   div   样式   footer   ack   app   body   rap   

!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>

去掉el-table表格的默认样式,表头颜色,hover的效果

标签:hover   style   div   样式   footer   ack   app   body   rap   

原文地址:https://www.cnblogs.com/lzhsky/p/11993926.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!