Sfoglia il codice sorgente

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

Table: fix tooltip style
杨奕 8 anni fa
parent
commit
f6a8426481
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
       }
     }