Browse Source

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

Mikasa33 4 năm trước cách đây
mục cha
commit
bf365e26e5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
       }