Commit bf365e26e5d457ca1924def3e50097e1d211aa43

Authored by Mikasa33
Committed by GitHub
1 parent e80280fb

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

src/components/Table/src/BasicTable.vue
... ... @@ -331,6 +331,7 @@
331 331 border-radius: 2px;
332 332  
333 333 .ant-table-title {
  334 + min-height: 40px;
334 335 padding: 0 0 8px 0 !important;
335 336 }
336 337  
... ...