修改el-table鼠标悬停背景颜色

177 阅读1分钟
::v-deep .el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #DCE8FD;
}