Skip to content

Commit

Permalink
feat: 流程图布局
Browse files Browse the repository at this point in the history
  • Loading branch information
wa-monster committed Dec 14, 2023
1 parent 3908375 commit 58ff0f6
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/pages/WorkFlow/AntVX6WorkFlow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,25 @@ const AntvX6WorkFlow = () => {
}
}, []);
return (
<div style={{ width: "100%", height: "100%" }}>
<div id="container"></div>
<div
style={{ width: "100%", height: "100%" }}
className="grid grid-rows-[1fr_6fr_3fr] grid-cols-1 gap-3"
>
<div
style={{ boxShadow: "0 0 10px #ccc" }}
className="bg-white relative z-10"
>
11111111
</div>
<div style={{ width: "100%", boxShadow: "0 0 10px #ccc" }}>
<div id="container"></div>
</div>
<div
style={{ boxShadow: "0 0 10px #ccc" }}
className="bg-white relative z-10"
>
22222222222
</div>
</div>
);
};
Expand Down

0 comments on commit 58ff0f6

Please sign in to comment.