Explorar o código

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

Table: fix tooltip style
杨奕 %!s(int64=8) %!d(string=hai) anos
pai
achega
f6a8426481
Modificáronse 1 ficheiros con 1 adicións e 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;
       }
     }