#
luxiaotao1123
2024-03-13 57aca98a743b4f7a334ba3a070e94dc587af7ce2
#
2个文件已修改
14 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/map/components/mapCopySettings.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/components/mapSettings.jsx 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/components/mapCopySettings.jsx
@@ -108,7 +108,6 @@
                                    style={{
                                        width: '60%',
                                    }}
                                    changeOnWheel
                                    // min={0}
                                />
                            </Form.Item>
@@ -125,7 +124,6 @@
                                        style={{
                                            width: '60%',
                                        }}
                                        changeOnWheel
                                        min={0}
                                    />
                                </Form.Item>
zy-asrs-flow/src/pages/map/components/mapSettings.jsx
@@ -128,8 +128,6 @@
            <Form
                form={form}
                onFieldsChange={formValuesChange}
                initialValues={{
                }}
                onFinish={handleFinish}
                onFinishFailed={onFinishFailed}
                autoComplete="off"
@@ -146,6 +144,10 @@
                }}
                wrapperCol={{
                    span: 20,
                }}
                initialValues={{
                    scale: 1,
                    rotation: 1
                }}
            >
                <Row gutter={[24, 16]}>
@@ -228,8 +230,7 @@
                            name="scale"
                        >
                            <InputNumber
                                changeOnWheel
                                min={0.1} max={10} defaultValue={1} step={0.1}
                                min={0.1} max={10} step={0.1}
                                rules={[
                                    {
                                        required: true,
@@ -268,8 +269,7 @@
                            name="rotation"
                        >
                            <InputNumber
                                changeOnWheel
                                min={0} max={360} defaultValue={0}
                                min={0} max={360}
                                rules={[
                                    {
                                        required: true,