diff --git a/package.json b/package.json index c920f3cbbec2610a599f449a684df35088df157e..ccf81cbbf6777e9578361228aba80e8c11e5a1aa 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "codemirror": "^6.0.1", "dayjs": "1.11.9", "echarts": "^5.6.0", - "element-plus": "^2.9.7", + "element-plus": "2.8.0", "highlight.js": "11.10.0", "js-yaml": "^4.1.0", "marked": "^15.0.8", diff --git a/src/components/dialoguePanel/DialogueFlow.vue b/src/components/dialoguePanel/DialogueFlow.vue index a1a157d7e6febe5013f543cdd8420c4c4ccb46fc..8173268f582ac58e94b1a7ca2a76213592b0fe23 100644 --- a/src/components/dialoguePanel/DialogueFlow.vue +++ b/src/components/dialoguePanel/DialogueFlow.vue @@ -58,24 +58,24 @@ watch( v-if="props.flowdata.status === 'running'" src="@/assets/images/loading.png" alt="" - class="loading-icon" + class="loading-animaIcon" />
{{ props.flowdata.title }}
-
+
{{ StatusInfoTitle[props.flowdata.status] }}
@@ -90,13 +90,14 @@ watch( {{ totalTime?.toFixed(3) }}s
+
{{ props.flowdata.progress }}
-
{{ props.flowdata.progress }}
+ +