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/chart/chart-custom/chartcompile/index.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/chart/chart-custom/chartcompile/index.jsx b/src/menu/components/chart/chart-custom/chartcompile/index.jsx
index 5596191..1ac9de4 100644
--- a/src/menu/components/chart/chart-custom/chartcompile/index.jsx
+++ b/src/menu/components/chart/chart-custom/chartcompile/index.jsx
@@ -1,7 +1,8 @@
 import React, {Component} from 'react'
 import PropTypes from 'prop-types'
 import { fromJS } from 'immutable'
-import { Modal, Form, Icon, Tabs } from 'antd'
+import { Modal, Form, Tabs } from 'antd'
+import { EditOutlined } from '@ant-design/icons'
 
 import { getBaseForm } from './formconfig'
 import asyncComponent from '@/utils/asyncComponent'
@@ -90,7 +91,7 @@
 
     return (
       <>
-        <Icon type="edit" style={{color: '#1890ff'}} title="缂栬緫" onClick={this.showDrawer} />
+        <EditOutlined style={{color: '#1890ff'}} title="缂栬緫" onClick={this.showDrawer} />
         <Modal
           wrapClassName="popview-modal custom-chart-edit-modal"
           title="鑷畾涔夊浘琛ㄧ紪杈�"

--
Gitblit v1.8.0