瀏覽代碼

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

Table: fix tooltip style
杨奕 8 年之前
父節點
當前提交
f6a8426481
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
       }
     }