Browse Source

style: fix selected background color of `tr`

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

fixed: #1069
无木 3 years ago
parent
commit
a8b18c2697
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Table/src/BasicTable.vue

+ 1 - 1
src/components/Table/src/BasicTable.vue

@@ -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;
       }
     }