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 @@
-
+
@@ -939,7 +945,7 @@ onMounted(() => {
}
}
}
- .file {
+ .file-image {
position: relative;
overflow: inherit;
diff --git a/ui/src/workflow/nodes/base-node/component/FileUploadSettingDialog.vue b/ui/src/workflow/nodes/base-node/component/FileUploadSettingDialog.vue
index 966f4c8b3..27fc88a03 100644
--- a/ui/src/workflow/nodes/base-node/component/FileUploadSettingDialog.vue
+++ b/ui/src/workflow/nodes/base-node/component/FileUploadSettingDialog.vue
@@ -136,7 +136,7 @@
>
-

+
{{ $t('common.fileUpload.other') }}