#
luxiaotao1123
2024-10-10 353f5e634a46ad682b3bd72b0e0592d30ef4eb87
#
1个文件已修改
22 ■■■■ 已修改文件
zy-acs-flow/src/map/settings/MapSettings.jsx 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/map/settings/MapSettings.jsx
@@ -75,10 +75,10 @@
        <Box component="form" onSubmit={handleSubmit(onFormSubmit)} noValidate sx={{ mt: 2 }}>
            <Grid container spacing={2}>
                {/* 位置 */}
                <Grid item xs={12}>
                <Grid item xs={2}>
                    <Typography variant="h6">{translate('page.map.settings.map.base.position')}</Typography>
                </Grid>
                <Grid item xs={6}>
                <Grid item xs={5}>
                    <Controller
                        name="x"
                        control={control}
@@ -96,7 +96,7 @@
                        )}
                    />
                </Grid>
                <Grid item xs={6}>
                <Grid item xs={5}>
                    <Controller
                        name="y"
                        control={control}
@@ -116,10 +116,10 @@
                </Grid>
                {/* 缩放 */}
                <Grid item xs={12}>
                <Grid item xs={2}>
                    <Typography variant="h6">{translate('page.map.settings.map.base.scale')}</Typography>
                </Grid>
                <Grid item xs={6}>
                <Grid item xs={5}>
                    <Controller
                        name="scaleX"
                        control={control}
@@ -138,7 +138,7 @@
                        )}
                    />
                </Grid>
                <Grid item xs={6}>
                <Grid item xs={5}>
                    <Controller
                        name="scaleY"
                        control={control}
@@ -159,10 +159,10 @@
                </Grid>
                {/* 旋转 */}
                <Grid item xs={12}>
                <Grid item xs={2}>
                    <Typography variant="h6">{translate('page.map.settings.map.base.rotation')}</Typography>
                </Grid>
                <Grid item xs={12}>
                <Grid item xs={10}>
                    <Controller
                        name="rotation"
                        control={control}
@@ -183,10 +183,10 @@
                </Grid>
                {/* 复制 */}
                <Grid item xs={12}>
                <Grid item xs={2}>
                    <Typography variant="h6">{translate('page.map.settings.map.copy.title')}</Typography>
                </Grid>
                <Grid item xs={6}>
                <Grid item xs={5}>
                    <Controller
                        name="copyDirection"
                        control={control}
@@ -203,7 +203,7 @@
                        )}
                    />
                </Grid>
                <Grid item xs={6}>
                <Grid item xs={5}>
                    <Controller
                        name="copyCount"
                        control={control}