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/flowFloat/index.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/flowFloat/index.jsx b/src/tabviews/zshare/flowFloat/index.jsx index 5aab582..631b307 100644 --- a/src/tabviews/zshare/flowFloat/index.jsx +++ b/src/tabviews/zshare/flowFloat/index.jsx @@ -1,7 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { is, fromJS } from 'immutable' -import { Button, Modal, notification, Spin, Empty } from 'antd' +import { Button, Modal, notification, Spin, Empty, Tooltip } from 'antd' import { BranchesOutlined } from '@ant-design/icons' import Api from '@/api' @@ -191,7 +191,9 @@ return ( <div className="tool-wrap"> - <Button shape="circle" onClick={this.trigger}><BranchesOutlined /></Button> + <Tooltip placement="left" title="宸ヤ綔娴�"> + <Button shape="circle" onClick={this.trigger}><BranchesOutlined /></Button> + </Tooltip> <Modal wrapClassName="flow-setting-modal" title="宸ヤ綔娴�" -- Gitblit v1.8.0