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