From 8bd52d9f00f6d46af57f6535e4883e1381fea1cb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 04 三月 2024 13:26:37 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/home/react-node/node2.jsx | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/zy-asrs-flow/src/pages/home/react-node/node2.jsx b/zy-asrs-flow/src/pages/home/react-node/node2.jsx index fe64bb0..77aa261 100644 --- a/zy-asrs-flow/src/pages/home/react-node/node2.jsx +++ b/zy-asrs-flow/src/pages/home/react-node/node2.jsx @@ -1,14 +1,15 @@ +import { NsGraph } from '@antv/xflow' import React from 'react' import { useAppContext } from '@antv/xflow' -import './node2.css' +import './node2.less' const Node2 = props => { - const ctx = useAppContext() + const ctx = useAppContext() - return ( - <div className="node2-container"> - <div>{'React鑺傜偣2'}</div> - </div> - ) + return ( + <div className="node2-container"> + <div>{'React鑺傜偣2'}</div> + </div> + ) } export default Node2 \ No newline at end of file -- Gitblit v1.9.1