chore: update filter style (#2617)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
JimmFly
2023-05-31 15:41:16 +08:00
committed by Himself65
parent 72066a6f54
commit 7050f41ba9
13 changed files with 151 additions and 47 deletions
@@ -4,7 +4,7 @@ import { Content, displayFlex, styled } from '../../';
export const StyledTableContainer = styled('div')(({ theme }) => {
return {
height: 'calc(100vh - 52px)',
padding: '52px 32px',
padding: '18px 32px 52px 32px',
maxWidth: '100%',
overflowY: 'auto',
[theme.breakpoints.down('sm')]: {