Parcourir la source

fix tooltip display in table

Leopoldthecoder il y a 8 ans
Parent
commit
c369a2c060
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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;