mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: upload style optimize
This commit is contained in:
parent
1ad5eec380
commit
6e233c54bc
|
|
@ -27,9 +27,9 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="flex align-center">
|
||||
<div>{{ formatSize(file.size) }}</div>
|
||||
<div class="ellipsis-1" :title="formatSize(file.size)">{{ formatSize(file.size) }}</div>
|
||||
|
||||
<el-button link class="ml-8" @click="deleteFile(file)">
|
||||
<el-button link class="ml-8" @click="deleteFile(file)" v-if="!inputDisabled">
|
||||
<AppIcon iconName="app-delete"></AppIcon>
|
||||
</el-button>
|
||||
</div>
|
||||
|
|
@ -149,4 +149,13 @@ const uploadFile = async (file: any, fileList: Array<any>) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
.execution-details {
|
||||
.upload_content {
|
||||
&.media-file-width {
|
||||
:deep(.el-space__item) {
|
||||
min-width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ export default {
|
|||
feishu: {
|
||||
selectDocument: '选择文档',
|
||||
tip1: '支持文档和表格类型,包含TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP格式;',
|
||||
tip2: '系统不存储原始文档,导入文档前,建议规范文档的分段标识。',
|
||||
tip2: '导入文档前,建议规范文档的分段标识。',
|
||||
allCheck: '全选',
|
||||
errorMessage1: '请选择文档',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ export default {
|
|||
feishu: {
|
||||
selectDocument: '選擇文檔',
|
||||
tip1: '僅支持文檔和表格類型,文檔會根據標題分段,表格會轉為Markdown格式後再分段。',
|
||||
tip2: '系統不存儲原始文檔,導入文檔前,建議規範文檔的分段標識。',
|
||||
tip2: '導入文檔前,建議規範文檔的分段標識。',
|
||||
allCheck: '全選',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue