From 2eaada6f6f71abfc90ccaeb6e3c471e42ae427da Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 十二月 2021 18:09:29 +0800 Subject: [PATCH] 2021-12-21 --- src/menu/components/card/data-card/node-wrap/index.jsx | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/menu/components/card/data-card/node-wrap/index.jsx b/src/menu/components/card/data-card/node-wrap/index.jsx index aa87f47..9282ca6 100644 --- a/src/menu/components/card/data-card/node-wrap/index.jsx +++ b/src/menu/components/card/data-card/node-wrap/index.jsx @@ -1,7 +1,8 @@ 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 { ForkOutlined } from '@ant-design/icons' import MenusForm from './menus' import './index.scss' @@ -47,7 +48,7 @@ return ( <> - <Icon type="fork" title="涓婄骇缁勪欢" style={{color: 'orange'}} onClick={this.trigger}/> + <ForkOutlined title="涓婄骇缁勪欢" style={{color: 'orange'}} onClick={this.trigger}/> <Modal title="涓婄骇缁勪欢" wrapClassName="menus-field-modal" -- Gitblit v1.8.0