修改antDesign table 选中行的背景颜色 小前端一枚_ 2022-03-04 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; }