瀏覽代碼

fix(style): add table title min-height (#547)

Mikasa33 4 年之前
父節點
當前提交
bf365e26e5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/Table/src/BasicTable.vue

+ 1 - 0
src/components/Table/src/BasicTable.vue

@@ -331,6 +331,7 @@
       border-radius: 2px;
 
       .ant-table-title {
+        min-height: 40px;
         padding: 0 0 8px 0 !important;
       }