style: fix selected background color of tr

修复表格选中行的背景颜色与固定列的冲突

fixed: #1069
This commit is contained in:
无木 2021-08-14 21:12:30 +08:00
parent 5ae894a5c7
commit a8b18c2697

View File

@ -381,7 +381,7 @@
}
.ant-table-tbody > tr.ant-table-row-selected td {
background-color: fade(@primary-color, 8%) !important;
//background-color: fade(@primary-color, 8%) !important;
}
}