Skip to content

Commit 87e9947

Browse files
committed
feat: 🎸 default footer -> flex-end
1 parent a35967a commit 87e9947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pro-array-table/pro.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const DefaultFooterRender = (props: {
9595
pagination?: React.ReactNode;
9696
}) => {
9797
return (
98-
<Flex between marginTop={`${8}px`}>
98+
<Flex end marginTop={`${8}px`}>
9999
{props.footer}
100100
{props.pagination}
101101
</Flex>

0 commit comments

Comments
 (0)