From be107069b14c8d23b9d1aa50391897324dfa9f35 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 九月 2023 21:57:27 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/tabviews/zshare/tablenodes/index.jsx b/src/tabviews/zshare/tablenodes/index.jsx
index 21c1919..49f6f32 100644
--- a/src/tabviews/zshare/tablenodes/index.jsx
+++ b/src/tabviews/zshare/tablenodes/index.jsx
@@ -473,14 +473,11 @@
     const { config } = this.props
     const { visible, loading, empty, debug } = this.state
 
+    if (window.GLOB.mkHS || window.GLOB.systemType === 'production' || !debug || window.GLOB.sysType === 'cloud') return null
+
     return (
-      <div className={'page-message-wrap ' + (debug && window.GLOB.sysType !== 'cloud' ? 'exist' : '')}>
-        {debug && window.GLOB.sysType !== 'cloud' ? <Button
-          icon="fork"
-          shape="circle"
-          className="page-message"
-          onClick={this.trigger}
-        /> : null}
+      <div className="tool-wrap">
+        <Button icon="fork" shape="circle" onClick={this.trigger}/>
         <Modal
           title=""
           wrapClassName="view-table-modal"

--
Gitblit v1.8.0