diff --git a/ui/src/components/dynamics-form/items/upload/UploadInput.vue b/ui/src/components/dynamics-form/items/upload/UploadInput.vue
index f04af5ff5..ef9d6f0e1 100644
--- a/ui/src/components/dynamics-form/items/upload/UploadInput.vue
+++ b/ui/src/components/dynamics-form/items/upload/UploadInput.vue
@@ -27,9 +27,9 @@
-
{{ formatSize(file.size) }}
+
{{ formatSize(file.size) }}
-
+
@@ -149,4 +149,13 @@ const uploadFile = async (file: any, fileList: Array) => {
}
}
}
+.execution-details {
+ .upload_content {
+ &.media-file-width {
+ :deep(.el-space__item) {
+ min-width: 100% !important;
+ }
+ }
+ }
+}
diff --git a/ui/src/locales/lang/en-US/views/document.ts b/ui/src/locales/lang/en-US/views/document.ts
index e6dcd2f12..70385566c 100644
--- a/ui/src/locales/lang/en-US/views/document.ts
+++ b/ui/src/locales/lang/en-US/views/document.ts
@@ -185,7 +185,7 @@ export default {
feishu: {
selectDocument: 'Select Document',
tip1: 'Only documents and tables are supported. Documents will be segmented based on titles, and tables will be converted to Markdown format before segmentation.',
- tip2: 'The system does not store the original document. Before importing the document, it is recommended to standardize the document segmentation markers.',
+ tip2: 'Before importing the document, it is recommended to standardize the document segmentation markers.',
allCheck: 'Select All',
},
}
diff --git a/ui/src/locales/lang/zh-CN/views/document.ts b/ui/src/locales/lang/zh-CN/views/document.ts
index 482c7e013..593788580 100644
--- a/ui/src/locales/lang/zh-CN/views/document.ts
+++ b/ui/src/locales/lang/zh-CN/views/document.ts
@@ -177,7 +177,7 @@ export default {
feishu: {
selectDocument: '选择文档',
tip1: '支持文档和表格类型,包含TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP格式;',
- tip2: '系统不存储原始文档,导入文档前,建议规范文档的分段标识。',
+ tip2: '导入文档前,建议规范文档的分段标识。',
allCheck: '全选',
errorMessage1: '请选择文档',
},
diff --git a/ui/src/locales/lang/zh-Hant/views/document.ts b/ui/src/locales/lang/zh-Hant/views/document.ts
index e0ec72d3e..d1bce7bb1 100644
--- a/ui/src/locales/lang/zh-Hant/views/document.ts
+++ b/ui/src/locales/lang/zh-Hant/views/document.ts
@@ -180,7 +180,7 @@ export default {
feishu: {
selectDocument: '選擇文檔',
tip1: '僅支持文檔和表格類型,文檔會根據標題分段,表格會轉為Markdown格式後再分段。',
- tip2: '系統不存儲原始文檔,導入文檔前,建議規範文檔的分段標識。',
+ tip2: '導入文檔前,建議規範文檔的分段標識。',
allCheck: '全選',
},
}