Explorar el Código

Table: fix highligh row in striped table

qingwei.li hace 9 años
padre
commit
23f7447874
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      packages/theme-default/src/table.css

+ 4 - 0
packages/theme-default/src/table.css

@@ -252,6 +252,10 @@
       & .el-table__body {
         & tr:nth-child(2n) {
           background: #FAFAFA;
+
+          &.current-row {
+            background: #EFF7FF;
+          }
         }
       }
     }