Explorar el Código

Merge pull request #395 from Leopoldthecoder/master

fix tooltip display in table
baiyaaaaa hace 8 años
padre
commit
4f3dcd825e
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

@@ -39,6 +39,10 @@
       z-index: 1;
     }
 
+    .el-tooltip__rel {
+      display: block;
+    }
+
     @modifier fit {
       border-right: 0;
       border-bottom: 0;