mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
perf: KnowledgeSource filename too long
This commit is contained in:
parent
d4c605f671
commit
0272fe7c1d
|
|
@ -15,7 +15,7 @@
|
|||
<div class="flex-between">
|
||||
<div class="flex">
|
||||
<img :src="getImgUrl(item && item?.document_name)" alt="" width="20" />
|
||||
<div class="ml-4" v-if="!item.source_url">
|
||||
<div class="ml-4 ellipsis-1" :title="item?.document_name" v-if="!item.source_url">
|
||||
<p>{{ item && item?.document_name }}</p>
|
||||
</div>
|
||||
<div class="ml-8" v-else>
|
||||
|
|
|
|||
Loading…
Reference in New Issue