瀏覽代碼

Table: fix background color of complex table when hovering (#15504)

lon 6 年之前
父節點
當前提交
811add71cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/theme-chalk/src/table.scss

+ 1 - 1
packages/theme-chalk/src/table.scss

@@ -505,7 +505,7 @@
       &, &.el-table__row--striped {
         &, &.current-row {
           > td {
-            background-color: $--table-current-row-background-color;
+            background-color: $--table-row-hover-background-color;
           }
         }
       }