Answers for "highlight-current-row backgroundColor in el-table"

0

highlight-current-row backgroundColor in el-table

<el-table highlight-current-row>
Posted by: Guest on April-07-2021
0

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;
}
Posted by: Guest on April-07-2021

Browse Popular Code Answers by Language