From 1e045bf030a12c0194d7c5a1a4bd4b559972c5c1 Mon Sep 17 00:00:00 2001 From: asp_ly Date: Sat, 14 Dec 2024 13:54:19 +0800 Subject: [PATCH] 1 --- .../Workflow/Definition/Design/index.tsx | 195 ++++++++---------- 1 file changed, 85 insertions(+), 110 deletions(-) diff --git a/frontend/src/pages/Workflow/Definition/Design/index.tsx b/frontend/src/pages/Workflow/Definition/Design/index.tsx index 0ec79bfb..77391b4c 100644 --- a/frontend/src/pages/Workflow/Definition/Design/index.tsx +++ b/frontend/src/pages/Workflow/Definition/Design/index.tsx @@ -1,6 +1,6 @@ import React, {useEffect, useState, useRef} from 'react'; import {useParams, useNavigate} from 'react-router-dom'; -import {Button, Space, Card, Row, Col, message, Modal, Collapse} from 'antd'; +import {Button, Space, Card, Row, Col, message, Modal, Collapse, Tooltip} from 'antd'; import { ArrowLeftOutlined, SaveOutlined, @@ -405,122 +405,97 @@ const WorkflowDesign: React.FC = () => {
- - 工作流设计器 + + + + + +