From 86675e9ec38e4ae47487d49cb2a7192f817b2f78 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Tue, 15 Jul 2025 09:49:27 +0800 Subject: [PATCH] fix: replace LogoIcon with el-avatar for improved icon rendering in index.vue and NodeContent.vue --- .../component/NodeContent.vue | 40 +++++++++++-------- ui/src/views/application/index.vue | 4 +- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/ui/src/views/application-workflow/component/NodeContent.vue b/ui/src/views/application-workflow/component/NodeContent.vue index bf71d0597..4deb8e03c 100644 --- a/ui/src/views/application-workflow/component/NodeContent.vue +++ b/ui/src/views/application-workflow/component/NodeContent.vue @@ -1,18 +1,22 @@