From 37179a65229455f540dc3ca62d31c4716e15d12d Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期六, 07 九月 2024 14:32:17 +0800 Subject: [PATCH] 集成 chat组件 --- src/views/project/yw/dataManage/graph/AddGraph.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/project/yw/dataManage/graph/AddGraph.vue b/src/views/project/yw/dataManage/graph/AddGraph.vue index fb740dc..e98b819 100644 --- a/src/views/project/yw/dataManage/graph/AddGraph.vue +++ b/src/views/project/yw/dataManage/graph/AddGraph.vue @@ -1,7 +1,7 @@ <template> <div class="h100 overflow-y-auto p-[16px]"> <div class="mb-[10px] flex items-center"> - <el-button style="margin-left: 8px; width: 40px" text @click="handleExitFlow"> + <el-button style="margin-left: 8px; width: 40px" link @click="handleExitFlow"> <el-icon style="font-size: 24px !important"> <ArrowLeft /> </el-icon> -- Gitblit v1.9.3