From 54693078fa22b257ff8ae1b0f82ef483f8ee6a93 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 12 八月 2022 22:52:40 +0800
Subject: [PATCH] 2022-08-12

---
 src/views/design/header/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/design/header/index.jsx b/src/views/design/header/index.jsx
index eac3170..cef0467 100644
--- a/src/views/design/header/index.jsx
+++ b/src/views/design/header/index.jsx
@@ -2,7 +2,7 @@
 import { withRouter } from 'react-router-dom'
 import {connect} from 'react-redux'
 import { Dropdown, Menu, Modal, notification, Switch, Button, Popover } from 'antd'
-import { MenuFoldOutlined, SettingOutlined, AppstoreOutlined, DownOutlined, HomeOutlined, ApiOutlined, PlusOutlined, SwapOutlined, MenuOutlined } from '@ant-design/icons'
+import { MenuFoldOutlined, SettingOutlined, AppstoreOutlined, DownOutlined, HomeOutlined, ApiOutlined, PlusOutlined, EditOutlined, MenuOutlined } from '@ant-design/icons'
 
 import asyncComponent from '@/utils/asyncComponent'
 import {
@@ -340,7 +340,7 @@
         {!editLevel && window.GLOB.systemType !== 'production' && menulist ? <Popover overlayClassName="mk-popover-control-wrap mk-menu-control" mouseLeaveDelay={0.2} mouseEnterDelay={0.2} content={
           <div className="mk-popover-control">
             <PlusOutlined onClick={() => this.setState({visible: true, loading: false})}/>
-            <SwapOutlined onClick={this.enterEdit}/>
+            <EditOutlined onClick={this.enterEdit}/>
             <div style={{display: 'inline-block', minWidth: '32px'}}><ThawMenu ParentId="0" Type="10"/></div>
           </div>
         } trigger="hover">

--
Gitblit v1.8.0