fix:Optimized the style of the dataset configuration page and added the l… (#8655)

### What problem does this PR solve?

Optimized the style of the dataset configuration page and added the
logic of cancelling submission
[#3221](https://github.com/infiniflow/ragflow/issues/3221)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
dcc123456
2025-07-04 15:11:30 +08:00
committed by GitHub
parent b382b63f9a
commit 1cf24be04b
8 changed files with 71 additions and 82 deletions

View File

@ -207,6 +207,7 @@ export default {
'Update your knowledge base configuration here, particularly the chunking method.',
name: 'Knowledge base name',
photo: 'Knowledge base photo',
photoTip: 'You can upload a file with 4 MB',
description: 'Description',
language: 'Document language',
languageMessage: 'Please input your language!',

View File

@ -205,6 +205,7 @@ export default {
titleDescription: '在這裡更新您的知識庫詳細信息,尤其是切片方法。',
name: '知識庫名稱',
photo: '知識庫圖片',
photoTip: '你可以上傳4MB的文件',
description: '描述',
language: '文件語言',
languageMessage: '請輸入語言',

View File

@ -205,6 +205,7 @@ export default {
titleDescription: '在这里更新您的知识库详细信息,尤其是切片方法。',
name: '知识库名称',
photo: '知识库图片',
photoTip: '你可以上传4MB的文件',
description: '描述',
language: '文档语言',
languageMessage: '请输入语言',