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 60b474a30..b6dd4bf1e 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 @@ -84,14 +84,15 @@ :on-change="(file: any, fileList: any) => uploadFile(file, fileList)" > - + diff --git a/ui/src/components/ai-chat/component/user-form/index.vue b/ui/src/components/ai-chat/component/user-form/index.vue index b54fbfea8..cec3b222f 100644 --- a/ui/src/components/ai-chat/component/user-form/index.vue +++ b/ui/src/components/ai-chat/component/user-form/index.vue @@ -20,7 +20,7 @@ :key="dynamicsFormRefresh" v-model="form_data_context" :model="form_data_context" - label-position="left" + label-position="top" require-asterisk-position="right" :render_data="inputFieldList" ref="dynamicsFormRef" @@ -29,7 +29,7 @@ v-if="type === 'debug-ai-chat'" v-model="api_form_data_context" :model="api_form_data_context" - label-position="left" + label-position="top" require-asterisk-position="right" :render_data="apiInputFieldList" ref="dynamicsFormRef2" diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index e80d6b5a1..a7bc0281a 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -538,7 +538,7 @@
- +
diff --git a/ui/src/workflow/common/data.ts b/ui/src/workflow/common/data.ts index c509520da..ebfe43c58 100644 --- a/ui/src/workflow/common/data.ts +++ b/ui/src/workflow/common/data.ts @@ -203,7 +203,7 @@ export const documentExtractNode = { config: { fields: [ { - label: '文件内容', + label: '文档内容', value: 'content' } ]