#
luxiaotao1123
2024-03-07 b15d10534e3172f0055e1d5c834cb2453759cb3f
#
1个文件已修改
10 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/components/settings.jsx 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/components/settings.jsx
@@ -7,6 +7,7 @@
    ProFormDateTimePicker,
    ProFormTextArea,
    ProFormSlider,
    ProFormSwitch,
} from '@ant-design/pro-components';
import moment from 'moment';
import { Col, Form, Modal, Row, Checkbox, Image, Tree, Drawer, Space, Button, Card, Divider } from 'antd';
@@ -73,8 +74,6 @@
                    </Space>
                }
            >
                <Card>
                    <ProForm
                        form={form}
                        submitter={false}
@@ -116,6 +115,12 @@
                                    80: 'E',
                                    100: 'F',
                                }}
                            colProps={{ md: 12, xl: 12 }}
                        />
                        <ProFormSwitch
                            name="switch"
                            label="Switch"
                            colProps={{ md: 12, xl: 12 }}
                            />
                        </ProForm.Group>
                        <ProForm.Group>
@@ -126,7 +131,6 @@
                            />
                        </ProForm.Group>
                    </ProForm>
                </Card>
            </Drawer>
        </>
    )