refactor: 重构关于页面,整体更紧致,关键信息更突出

This commit is contained in:
xiaoxian521
2024-01-14 11:00:35 +08:00
parent 8b51731b58
commit 3873699370
9 changed files with 156 additions and 61 deletions

View File

@@ -5,14 +5,11 @@ import "@logicflow/extension/lib/style/index.css";
import LogicFlow from "@logicflow/core";
import { ref, unref, onMounted } from "vue";
import { useRenderIcon } from "@/components/ReIcon/src/hooks";
import { BpmnNode } from "@/components/ReFlowChart/src/config";
import { Snapshot, BpmnElement, Menu } from "@logicflow/extension";
import { Control, NodePanel, DataDialog } from "@/components/ReFlowChart";
import { toLogicflowData } from "@/components/ReFlowChart/src/adpterForTurbo";
import SetUp from "@iconify-icons/ep/set-up";
defineOptions({
name: "FlowChart"
});
@@ -71,9 +68,8 @@ onMounted(() => {
<span class="font-medium">
流程图组件采用开源的
<el-link
href="http://logic-flow.org/"
href="https://site.logic-flow.cn/docs/#/zh/guide/start"
target="_blank"
:icon="useRenderIcon(SetUp)"
style="margin: 0 4px 5px; font-size: 16px"
>
LogicFlow