problem description
vue element mouse over highlight color problem
the environmental background of the problems and what methods you have tried
I first added the highlighted color of the selected row
 
 
 simply deepen the highlight color of the hovering line, but what is the reason why this paragraph never works? 
related codes
/ / Please paste the code text below (do not replace the code with pictures)
 < style > 
 .el-table--striped. El-table__body tr.el-table__row--striped.current-row td, 
 .el-table__body tr.current-row > td {
background-color: -sharpcccccc;
}
.el-table--enable-row-hover. El-table__body tr:hover > td {
  background-color: -sharp212e3e !important;
} 
 < / style > 
