Skip to content

Commit

Permalink
fix(BasicTable): pagination exceeds page height. close #3185
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Oct 25, 2023
1 parent 83fc4ae commit 41451f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/src/BasicTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
//}
}
.ant-pagination {
.ant-table-wrapper .ant-pagination {
margin: 10px 0 0;
}
Expand Down

0 comments on commit 41451f4

Please sign in to comment.