mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: 文字优化
This commit is contained in:
parent
8943a2849e
commit
7b9058b6a7
|
|
@ -170,7 +170,7 @@
|
|||
<!-- 多路召回 -->
|
||||
<template v-if="item.type == WorkflowType.RrerankerNode">
|
||||
<div class="card-never border-r-4">
|
||||
<h5 class="p-8-12">检索内容</h5>
|
||||
<h5 class="p-8-12">重排内容</h5>
|
||||
<div class="p-8-12 border-t-dashed lighter">
|
||||
<template v-if="item.document_list?.length > 0">
|
||||
<template
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="card-never border-r-4 mt-8">
|
||||
<h5 class="p-8-12">检索结果</h5>
|
||||
<h5 class="p-8-12">重排结果</h5>
|
||||
<div class="p-8-12 border-t-dashed lighter">
|
||||
<template v-if="item.result_list?.length > 0">
|
||||
<template
|
||||
|
|
@ -203,7 +203,7 @@
|
|||
>
|
||||
<CardBox
|
||||
shadow="never"
|
||||
:title="''"
|
||||
:title="`分段${paragraphIndex + 1}`"
|
||||
class="paragraph-source-card cursor mb-8 paragraph-source-card-height"
|
||||
:showIcon="false"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue