fix: set global table defaultPageSize to 20
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
Some checks failed
Deploy Admin Frontend / build-and-deploy (push) Failing after 6s
This commit is contained in:
parent
57aac73eff
commit
b0cfe2ed48
@ -63,7 +63,7 @@ const queryClient = new QueryClient()
|
|||||||
function App() {
|
function App() {
|
||||||
return (
|
return (
|
||||||
<QueryClientProvider client={queryClient}>
|
<QueryClientProvider client={queryClient}>
|
||||||
<ConfigProvider locale={zhCN} renderEmpty={() => <Empty description="暂无数据" />}>
|
<ConfigProvider locale={zhCN} renderEmpty={() => <Empty description="暂无数据" />} theme={{ components: { Table: { pagination: { defaultPageSize: 20 } as any } } }}>
|
||||||
<AuthProvider>
|
<AuthProvider>
|
||||||
<BrowserRouter>
|
<BrowserRouter>
|
||||||
<Suspense fallback={<PageLoading />}>
|
<Suspense fallback={<PageLoading />}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user