mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: pdf document name issue
This commit is contained in:
parent
b85ba190db
commit
ff810db283
|
|
@ -46,8 +46,8 @@
|
|||
</a>
|
||||
</div>
|
||||
<div v-else @click="infoMessage">
|
||||
<span class="ellipsis-1 break-all" :title="data?.document_name?.trim()">
|
||||
{{ data?.document_name?.trim() }}
|
||||
<span class="ellipsis-1 break-all" :title="item?.document_name?.trim()">
|
||||
{{ item?.document_name?.trim() }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue