chen.lin
2026-02-11 8d5c50656d81dc3eb04a841ecd259adebf99424a
rsf-admin/src/page/components/PageEditDrawer.jsx
@@ -26,7 +26,7 @@
            open={!!drawerVal}
            anchor="right"
            onClose={handleClose}
            PaperProps={{ sx: { width: '90%' } }}
            PaperProps={{ sx: { width: '89.2%' } }}
        >
            {!!drawerVal && (
                <>
@@ -42,8 +42,8 @@
                            </Stack>
                        </Box>
                    </Card>
                    <Card sx={{mt: '1em'}}>
                        <Box>
                    <Card sx={{ mt: '1em' }}>
                        <Box sx={{ pt: 2 }}>
                            {children}
                        </Box>
                    </Card>