소스 검색

style: fix selected background color of `tr`

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

fixed: #1069
无木 3 년 전
부모
커밋
a8b18c2697
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
       }
     }