From 224a7a6a30b01753fae190dcd666bdd135a466d4 Mon Sep 17 00:00:00 2001 From: Chuck1sn Date: Wed, 21 May 2025 22:11:23 +0800 Subject: [PATCH] fix icon --- frontend/src/components/Button.vue | 22 +++++++++---------- frontend/src/components/icons/LoadingIcon.vue | 4 ++-- frontend/src/components/icons/StopIcon.vue | 14 ++++++++++++ frontend/src/views/AiChatView.vue | 4 ++-- 4 files changed, 28 insertions(+), 16 deletions(-) create mode 100644 frontend/src/components/icons/StopIcon.vue diff --git a/frontend/src/components/Button.vue b/frontend/src/components/Button.vue index 8be4c36..89dcdfa 100644 --- a/frontend/src/components/Button.vue +++ b/frontend/src/components/Button.vue @@ -1,28 +1,26 @@ diff --git a/frontend/src/components/icons/LoadingIcon.vue b/frontend/src/components/icons/LoadingIcon.vue index 5df718d..cb0c46c 100644 --- a/frontend/src/components/icons/LoadingIcon.vue +++ b/frontend/src/components/icons/LoadingIcon.vue @@ -1,6 +1,6 @@