Commit a8b18c2697e7f648fccd19e2b64ac36c452a952b

Authored by 无木
1 parent 5ae894a5

style: fix selected background color of `tr`

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

fixed: #1069
src/components/Table/src/BasicTable.vue
@@ -381,7 +381,7 @@ @@ -381,7 +381,7 @@
381 } 381 }
382 382
383 .ant-table-tbody > tr.ant-table-row-selected td { 383 .ant-table-tbody > tr.ant-table-row-selected td {
384 - background-color: fade(@primary-color, 8%) !important; 384 + //background-color: fade(@primary-color, 8%) !important;
385 } 385 }
386 } 386 }
387 387