浏览代码

fix: Make thead cell inline-flex

liril 7 年之前
父节点
当前提交
d436d027db
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      packages/theme-chalk/src/table.scss

+ 5 - 0
packages/theme-chalk/src/table.scss

@@ -163,6 +163,11 @@
     cursor: pointer;
   }
 
+  thead th > .cell {
+    display: inline-flex;
+    align-items: center;
+  }
+
   th {
     white-space: nowrap;
     overflow: hidden;