skyouc
2025-04-09 6c5edf41ef56af07e6e3baa25f77759ecaf8f68c
rsf-admin/src/page/task/TaskEdit.jsx
@@ -107,14 +107,12 @@
                    </Grid>
                </SimpleForm>
            </Edit >
            <Card sx={{ marginTop: '1em', }}>
                <Grid item xs={24} md={16} sx={{ margin: '1em' }}>
                    <Typography variant="h6" gutterBottom >
                        {translate('common.edit.title.common')}
                    </Typography>
                    <TaskItemList />
                </Grid>
            </Card>
            <Grid item xs={24} md={16} sx={{ margin: '1em', height: 'auto' }}>
                <Typography variant="h6" gutterBottom >
                    {translate('common.edit.title.common')}
                </Typography>
            </Grid>
            <TaskItemList />
        </>
    )
}