Explorar el Código

Merge pull request #1107 from QingWei-Li/fix/table-tooltip

Table: fix tooltip style
杨奕 hace 8 años
padre
commit
f6a8426481
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/theme-default/src/table.css

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

@@ -46,7 +46,7 @@
     .el-tooltip__rel {
       display: block;
 
-      .cell > * {
+      .cell {
          white-space: nowrap;
       }
     }