#
luxiaotao1123
2024-09-11 fa7c089cd58ae1e42985baf442aea3d01e006525
#
1个文件已修改
16 ■■■■ 已修改文件
zy-acs-flow/src/page/settings/Settings.jsx 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/settings/Settings.jsx
@@ -91,9 +91,19 @@
            sx={{ p: 3 }}
            {...other}
        >
            <Typography>
                Base Settings
            </Typography>
            <Grid container spacing={6}>
                <Grid item xs={12}>
                    {/* https://github.com/themeselection/materio-mui-nextjs-admin-template-free/blob/main/javascript-version/src/views/account-settings/account/AccountDetails.jsx */}
                    <Card>
                        <CardContent className='mbe-5'>
                            <Typography>
                                Base Settings
                            </Typography>
                        </CardContent>
                    </Card>
                </Grid>
            </Grid>
        </Box>
    )