From a8525fe66b94dbf960e15b9a9376f2c74f4f71bf Mon Sep 17 00:00:00 2001 From: Hao Wu Date: Wed, 28 Aug 2024 10:49:10 +0800 Subject: [PATCH] Refactor chat footer layout and add upload button styling (#517) * Refactor chat footer layout and add upload button styling * Refactor chat input styling and remove unused CSS * Fix typo in NInput tag attribute spacing * Fix typo in NInput tag attribute --- web/src/views/chat/index.vue | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/web/src/views/chat/index.vue b/web/src/views/chat/index.vue index 6967767e..98eb7f28 100644 --- a/web/src/views/chat/index.vue +++ b/web/src/views/chat/index.vue @@ -578,7 +578,7 @@ const handleUsePrompt = (_: string, value: string): void => {