From c9967063fa42e15d9f695220c76641cfa28669f2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 05 九月 2023 14:23:13 +0800 Subject: [PATCH] 2023-09-05 --- 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