Merge pull request #677 from AkaraChen/master

feat: add padding for editor
This commit is contained in:
DarkSky 2023-01-06 14:07:33 +08:00 committed by GitHub
commit 2b8c975e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ import { usePageHelper } from '@/hooks/use-page-helper';
const StyledEditorContainer = styled('div')(() => {
return {
height: 'calc(100vh - 60px)',
padding: '0 32px',
};
});