| | |
| | | up: 'Up', |
| | | down: 'Down', |
| | | count: 'Count', |
| | | execute: 'Execute', |
| | | reverse: 'Reverse', |
| | | }, |
| | | more: { |
| | | title: 'More', |
| | |
| | | up: '上', |
| | | down: '下', |
| | | count: '数量', |
| | | execute: '执行', |
| | | reverse: '撤销', |
| | | }, |
| | | more: { |
| | | title: '更多', |
| | |
| | | |
| | | return ( |
| | | <Box component="form" onSubmit={handleSubmit(onFormSubmit)} noValidate sx={{ mt: 0 }}> |
| | | <Grid container spacing={2}> |
| | | <Grid container spacing={1.5}> |
| | | {/* position */} |
| | | <Grid item xs={12}> |
| | | <Typography variant="inherit"> |
| | |
| | | </Box> |
| | | </Box> |
| | | </Grid> |
| | | |
| | | <Grid item xs={12}> |
| | | <Divider /> |
| | | </Grid> |
| | |
| | | )} |
| | | /> |
| | | </Grid> |
| | | <Grid item xs={12}> |
| | | <Stack direction="row" spacing={2}> |
| | | <Button variant="contained" color="primary"> |
| | | {translate('page.map.settings.map.copy.execute')} |
| | | </Button> |
| | | <Button variant="text" color="primary"> |
| | | {translate('page.map.settings.map.copy.reverse')} |
| | | </Button> |
| | | </Stack> |
| | | </Grid> |
| | | |
| | | <Grid item xs={12}> |
| | | <Divider /> |
| | | </Grid> |
| | | |
| | | {/* more */} |
| | | <Grid item xs={12}> |