| | |
| | | '': '', |
| | | '': '', |
| | | '': '', |
| | | 'map.settings.sub.copy.undo.last.copies': 'Undo Last Copies', |
| | | 'map.settings.sub.copy.reverse': 'Reverse', |
| | | 'map.settings.sub.copy.rule': 'Copy Rule', |
| | | 'map.settings.sub.copy.dire': 'Direction', |
| | | 'map.settings.sub.copy.count': 'Count', |
| | |
| | | span: 20, |
| | | }} |
| | | > |
| | | <br /> |
| | | |
| | | <Form.Item |
| | | label={intl.formatMessage({ id: 'map.settings.type', defaultMessage: '类型' })} |
| | |
| | | }} |
| | | > |
| | | <Row gutter={[24, 16]}> |
| | | <Col span={24} /> |
| | | |
| | | <Col span={24}> |
| | | <Form.Item |
| | |
| | | {/* copy */} |
| | | <Col span={24}> |
| | | <Row gutter={0}> |
| | | <Col span={20}> |
| | | <Form.Item |
| | | label={intl.formatMessage({ id: 'map.settings.copy', defaultMessage: '复制' })} |
| | | labelCol={{ span: 4 }} |
| | | > |
| | | <Space.Compact> |
| | | <Form.Item |
| | |
| | | }} |
| | | /> |
| | | </Form.Item> |
| | | |
| | | </Space.Compact> |
| | | </Form.Item> |
| | | </Col> |
| | | </Row> |
| | | <Row gutter={0}> |
| | | <Col offset={16} span={8}> |
| | | <Form.Item> |
| | | <Button |
| | | type="dashed" |
| | |
| | | } |
| | | }} |
| | | > |
| | | <FormattedMessage id='map.settings.sub.copy.undo.last.copies' defaultMessage='撤回复制' /> |
| | | <FormattedMessage id='map.settings.sub.copy.reverse' defaultMessage='撤销' /> |
| | | </Button> |
| | | </Form.Item> |
| | | </Col> |
| | | </Space.Compact> |
| | | </Form.Item> |
| | | </Row> |
| | | </Col> |
| | | |
| | | {/* more */} |
| | | <Col span={24}> |
| | | <Row gutter={24}> |
| | | <Col span={18}> |
| | | <Form.Item |
| | | label={intl.formatMessage({ id: 'map.settings.more', defaultMessage: '更多' })} |
| | | labelCol={{ span: 4 }} |
| | | > |
| | | <Button |
| | | type="dashed" |
| | |
| | | <FormattedMessage id='map.settings.delete' defaultMessage='删除' /> |
| | | </Button> |
| | | </Form.Item> |
| | | </Col> |
| | | </Row> |
| | | </Col> |
| | | |
| | | </Row> |