king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/menu/components/card/cardsimplecomponent/node-wrap/index.jsx
@@ -1,7 +1,9 @@
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'
@@ -46,7 +48,7 @@
    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"