/* 选中某行时的背景色*/
.el-table__body tr.current-row > td {
background-color: #92cbf1 !important;
}
/*鼠标移入某行时的背景色*/
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #92cbf1;
}
/* 选中某行时的背景色*/
.el-table__body tr.current-row > td {
background-color: #92cbf1 !important;
}
/*鼠标移入某行时的背景色*/
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #92cbf1;
}