修改antDesign table 选中行的背景颜色

667 阅读1分钟
.ant-table-row-hover,.ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td,
.ant-table-row-hover.ant-table-row-selected > td {
    background: XXX !important;
}