From fc8c8d714687a22f711d642d192bd4149f3b7e88 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 22 四月 2024 11:15:14 +0800
Subject: [PATCH] 2024-04-22

---
 src/tabviews/zshare/tablenodes/index.jsx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/tablenodes/index.jsx b/src/tabviews/zshare/tablenodes/index.jsx
index 49f6f32..4a258bc 100644
--- a/src/tabviews/zshare/tablenodes/index.jsx
+++ b/src/tabviews/zshare/tablenodes/index.jsx
@@ -1,7 +1,7 @@
 import React, {Component} from 'react'
 import PropTypes from 'prop-types'
 import { is, fromJS } from 'immutable'
-import { Modal, Button, notification, Spin, Input, Typography, message } from 'antd'
+import { Modal, Button, notification, Spin, Input, Typography, message, Tooltip } from 'antd'
 
 import Api from '@/api'
 import G6 from "@antv/g6"
@@ -477,7 +477,9 @@
 
     return (
       <div className="tool-wrap">
-        <Button icon="fork" shape="circle" onClick={this.trigger}/>
+        <Tooltip placement="left" title="琛ㄥ叧绯诲浘">
+          <Button icon="fork" shape="circle" onClick={this.trigger}/>
+        </Tooltip>
         <Modal
           title=""
           wrapClassName="view-table-modal"

--
Gitblit v1.8.0