Add role table

This commit is contained in:
2023-11-10 11:57:55 +08:00
parent cece8b2a83
commit 66c88fec48
8 changed files with 313 additions and 16 deletions

View File

@@ -8,7 +8,10 @@ import { COLOR_MAIN } from '@/constants/common.constants'
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<AntdConfigProvider theme={{ token: { colorPrimary: COLOR_MAIN } }} locale={zh_CN}>
<AntdConfigProvider
theme={{ token: { colorPrimary: COLOR_MAIN, colorBgContainer: 'transparent' } }}
locale={zh_CN}
>
<App />
</AntdConfigProvider>
</React.StrictMode>