From 77e96624ee3086ed8515ec736c6aab809837fdb3 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:31:14 +0800 Subject: [PATCH] fix: upload file style (#2953) --- .../component/chat-input-operate/index.vue | 48 +++++++++++-------- .../component/FileUploadSettingDialog.vue | 2 +- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index de004b52e..ad9ee2776 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -31,23 +31,25 @@ class="file cursor" >
+
+ +
+ {{ item && item?.name }} +
+
- +
- -
- {{ item && item?.name }} -
@@ -67,23 +69,25 @@ class="file cursor" >
+
+ +
+ {{ item && item?.name }} +
+
- +
- -
- {{ item && item?.name }} -
@@ -100,23 +104,25 @@ >
+
+ +
+ {{ item && item?.name }} +
+
- +
- -
- {{ item && item?.name }} -
@@ -124,7 +130,7 @@