20200210llj
This commit is contained in:
@@ -41,13 +41,19 @@
|
||||
}
|
||||
//单击表格行变色
|
||||
.el-table__body tr.current-row>td{
|
||||
background-color: rgb(216,229,245) !important;
|
||||
background-color: #d8e5f6 !important;
|
||||
/* color: #f19944; */ /* 设置文字颜色,可以选择不设置 */
|
||||
}
|
||||
//聚焦表格行变色
|
||||
.hover-row td{
|
||||
background: RGB(236 245 255)!important;
|
||||
//background: RGB(236 245 255)!important;
|
||||
background: red!important;
|
||||
|
||||
}
|
||||
.el-table--enable-row-hover .el-table__body tr:hover>td{
|
||||
background-color: #d8e5f6 !important;
|
||||
}
|
||||
//.el-table tbody tr:hover>td { background-color: RED }
|
||||
//表格行颜色9745
|
||||
//.el-table td, .is-leaf{
|
||||
// background-color: rgb(255, 255, 255);
|
||||
|
||||
Reference in New Issue
Block a user