fix: error style of empty page (#3733)

This commit is contained in:
Qi 2023-08-15 02:28:39 +08:00 committed by GitHub
parent d0e33c748b
commit 58dae07b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ import { TableBodyRow } from '../../ui/table/table-row';
export const StyledTableContainer = styled('div')(({ theme }) => { export const StyledTableContainer = styled('div')(({ theme }) => {
return { return {
height: '100%', height: '100%',
minHeight: '600px',
padding: '0 32px 180px 32px', padding: '0 32px 180px 32px',
maxWidth: '100%', maxWidth: '100%',
[theme.breakpoints.down('sm')]: { [theme.breakpoints.down('sm')]: {