From 87e9947c06867a4333c722c76179b2995148dfa7 Mon Sep 17 00:00:00 2001
From: charlzyx <charlzyx@qq.com>
Date: Thu, 15 Aug 2024 10:10:12 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20default=20footer=20->=20?=
 =?UTF-8?q?flex-end?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pro-array-table/pro.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pro-array-table/pro.tsx b/src/pro-array-table/pro.tsx
index 723dd13..261a5ff 100644
--- a/src/pro-array-table/pro.tsx
+++ b/src/pro-array-table/pro.tsx
@@ -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>