瀏覽代碼

Added .el-table__body to tr:hover

Nicolaj Egelund 8 年之前
父節點
當前提交
91613ba59d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/theme-default/src/table.css

+ 1 - 1
packages/theme-default/src/table.css

@@ -414,7 +414,7 @@
     }
 
     @modifier enable-row-hover {
-      tr:hover > td {
+      .el-table__body tr:hover > td {
         background-color: var(--color-extra-light-gray);
       }
     }