feat: add padding for editor

This commit is contained in:
AkaraChen
2023-01-06 13:06:00 +08:00
parent 6df0e3b946
commit f4b7e5f474

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',
};
});