/有固定行的ant-design-vue 表格滑动样式/
.ant-table-fixed .ant-table-row-hover {
background: #eef1f6 !important;
}
.ant-table-fixed .ant-table-row-hover > td {
background: #eef1f6 !important;
}
/没有固定行的表格个样式/
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
background-color: #f1f6fd !important;
}
.ant-table-body .ant-table-row-hover {
background: #f1f6fd !important;
}
.ant-table-body .ant-table-row-hover > td {
background: #f1f6fd !important;
}
table 鼠标悬浮到某一行的背景色
于 2021-07-14 11:06:56 首次发布
