@ -364,9 +364,13 @@ const Page: FC<PageProps> = () => {
total: total,
current: params.page,
showQuickJumper: true,
hideOnSinglePage: false,
hideOnSinglePage: true,
position: ['bottomCenter'],
// showTotal: total => <span className="mr10">共<span>{total}</span>条数据</span>
showTotal: (total) => (
<span className="mr10">
共<span>{total}</span>条数据
</span>
),
}}
/>
@ -207,9 +207,13 @@ const Page: FC<PageProps> = () => {
<Modal