| | |
| | | import React, {Component} from 'react' |
| | | import PropTypes from 'prop-types' |
| | | import { is, fromJS } from 'immutable' |
| | | import { Modal, Icon } from 'antd' |
| | | import { Modal } from 'antd' |
| | | import { MoreOutlined } from '@ant-design/icons' |
| | | |
| | | |
| | | import MenusForm from './menus' |
| | | import './index.scss' |
| | |
| | | |
| | | return ( |
| | | <> |
| | | <Icon type="more" style={{color: '#1890ff'}} title="节点组" onClick={this.trigger}/> |
| | | <MoreOutlined style={{color: '#1890ff'}} title="节点组" onClick={this.trigger}/> |
| | | <Modal |
| | | title="节点组" |
| | | wrapClassName="nodes-field-modal" |