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

自定义elementUI表格中的highlight-current-row

时间:2020-02-27 16:00:26      阅读:1782      评论:0      收藏:0      [点我收藏+]

标签:imp   inf   mamicode   样式   rgb   src   highlight   ack   默认   

默认的色太淡,很容易不清楚,于是重新定义。

需要注意的是,修改elementUI的默认样式的css不能使用scoped.

技术图片

<style>
.el-table__body tr.current-row>td {
    color: #fff;
    background: rgba(66, 66, 66,0.66)!important;
}
</style>

 

自定义elementUI表格中的highlight-current-row

标签:imp   inf   mamicode   样式   rgb   src   highlight   ack   默认   

原文地址:https://www.cnblogs.com/aguncn/p/12372387.html

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