Quellcode durchsuchen

style: fix selected background color of `tr`

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

fixed: #1069
无木 vor 3 Jahren
Ursprung
Commit
a8b18c2697
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
       }
     }