From 0773d66c559f2d648b62ed8f7db80c7ffc47ce1c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 02 三月 2024 15:39:31 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/home/react-edge/edge1.jsx | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/zy-asrs-flow/src/pages/home/react-edge/edge1.jsx b/zy-asrs-flow/src/pages/home/react-edge/edge1.jsx
index efb7397..e934e66 100644
--- a/zy-asrs-flow/src/pages/home/react-edge/edge1.jsx
+++ b/zy-asrs-flow/src/pages/home/react-edge/edge1.jsx
@@ -1,21 +1,22 @@
import React from 'react'
+import { NsGraph } from '@antv/xflow'
import { useAppContext } from '@antv/xflow'
import { Tooltip } from 'antd'
-import './edge1.css'
+import './edge1.less'
const Edge1 = props => {
- const ctx = useAppContext()
- // console.log('edge useAppContext', ctx);
- // console.log('edge props:', props);
- return (
- <div className="edge1-container">
- <Tooltip
- title="杩欐槸杩炵嚎涓婃覆鏌撶殑React鍐呭"
- // defaultVisible={true}
- >
- <div>hover鎴�</div>
- </Tooltip>
- </div>
- )
+ const ctx = useAppContext()
+ // console.log('edge useAppContext', ctx);
+ // console.log('edge props:', props);
+ return (
+ <div className="edge1-container">
+ <Tooltip
+ title="杩欐槸杩炵嚎涓婃覆鏌撶殑React鍐呭"
+ // defaultVisible={true}
+ >
+ <div>hover鎴�</div>
+ </Tooltip>
+ </div>
+ )
}
export default Edge1
\ No newline at end of file
--
Gitblit v1.9.1