Skip to content

Commit

Permalink
fix(style): add table title min-height (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikasa33 authored Apr 28, 2021
1 parent e80280f commit bf365e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Table/src/BasicTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
border-radius: 2px;
.ant-table-title {
min-height: 40px;
padding: 0 0 8px 0 !important;
}
Expand Down

0 comments on commit bf365e2

Please sign in to comment.