Skip to content

Commit

Permalink
feat: 🎸 default footer -> flex-end
Browse files Browse the repository at this point in the history
  • Loading branch information
charlzyx committed Aug 15, 2024
1 parent a35967a commit 87e9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pro-array-table/pro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const DefaultFooterRender = (props: {
pagination?: React.ReactNode;
}) => {
return (
<Flex between marginTop={`${8}px`}>
<Flex end marginTop={`${8}px`}>
{props.footer}
{props.pagination}
</Flex>
Expand Down

0 comments on commit 87e9947

Please sign in to comment.