highlight-current-row backgroundColor in el-table code example
Example 1: highlight-current-row backgroundColor in el-table
/* Used to set the background color when a row is selected in the global table of the current page element */
.el -table__body tr.current-row> td{
background -color: #69A8EA! important;
color: #fff;
}
Example 2: highlight-current-row backgroundColor in el-table
<el-table highlight-current-row>