From 6719fecf23fa17840c3a55b79e4be558ee8a6f29 Mon Sep 17 00:00:00 2001 From: yangqiao <2818046800@qq.com> Date: Tue, 18 Feb 2025 18:02:46 +0800 Subject: [PATCH] 'processedit' --- .../src/components/ProcessView/index.less | 18 ++-- frontend/src/components/ProcessView/index.vue | 4 +- .../src/components/collapseView/index.vue | 94 ++++++++++--------- frontend/src/view/reasoning/index.less | 7 ++ frontend/src/view/reasoning/index.vue | 18 +++- 5 files changed, 86 insertions(+), 55 deletions(-) diff --git a/frontend/src/components/ProcessView/index.less b/frontend/src/components/ProcessView/index.less index 8e973f6..3bd75fe 100644 --- a/frontend/src/components/ProcessView/index.less +++ b/frontend/src/components/ProcessView/index.less @@ -58,6 +58,10 @@ .dashed_line { position: absolute; width: 13px; + + img { + width: 100%; + } } } @@ -98,8 +102,8 @@ .dashed_line { transform: rotate(-90deg); - top: -34px; - left: 108px; + top: -38px; + left: 113px; } } @@ -118,7 +122,7 @@ .dashed_line { top: 61px; - left: 24px; + left: 28px; width: 12.4px; } } @@ -138,8 +142,8 @@ .dashed_line { transform: rotate(90deg); - top: -28px; - left: -66.6px; + top: -23px; + left: -70.6px; } } @@ -158,8 +162,8 @@ .dashed_line { transform: rotate(180deg); - top: -113px; - left: 20px; + top: -117px; + left: 14px; width: 12.4px; } } diff --git a/frontend/src/components/ProcessView/index.vue b/frontend/src/components/ProcessView/index.vue index 3d9e12a..44bf85f 100644 --- a/frontend/src/components/ProcessView/index.vue +++ b/frontend/src/components/ProcessView/index.vue @@ -7,7 +7,9 @@

{{ item.goup }}

{{ item.content }} -
+
+ +
diff --git a/frontend/src/components/collapseView/index.vue b/frontend/src/components/collapseView/index.vue index fc09945..e5b9083 100755 --- a/frontend/src/components/collapseView/index.vue +++ b/frontend/src/components/collapseView/index.vue @@ -12,12 +12,14 @@ >
-
{{ generateTitle("模型调用流程") }}
+
{{ generateTitle('模型调用流程') }}
- +
+ +