mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 优化显示
This commit is contained in:
parent
be0b407cf1
commit
b54584e485
|
|
@ -410,7 +410,6 @@
|
|||
<h5 class="p-8-12">本次对话</h5>
|
||||
<div class="p-8-12 border-t-dashed lighter pre-wrap">
|
||||
<div v-if="item.image_list?.length > 0">
|
||||
<p class="mb-8 color-secondary">图片:</p>
|
||||
<el-space wrap>
|
||||
<template v-for="(f, i) in item.image_list" :key="i">
|
||||
<el-image
|
||||
|
|
@ -424,7 +423,6 @@
|
|||
</el-space>
|
||||
</div>
|
||||
<div>
|
||||
<p class="mb-8 color-secondary">提示词:</p>
|
||||
{{ item.question || '-' }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue