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() {
|
||||
return (
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<ConfigProvider locale={zhCN} renderEmpty={() => <Empty description="暂无数据" />}>
|
||||
<ConfigProvider locale={zhCN} renderEmpty={() => <Empty description="暂无数据" />} theme={{ components: { Table: { pagination: { defaultPageSize: 20 } as any } } }}>
|
||||
<AuthProvider>
|
||||
<BrowserRouter>
|
||||
<Suspense fallback={<PageLoading />}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user