perf: 文字优化
This commit is contained in:
parent
8943a2849e
commit
7b9058b6a7
@ -170,7 +170,7 @@
|
|||||||
<!-- 多路召回 -->
|
<!-- 多路召回 -->
|
||||||
<template v-if="item.type == WorkflowType.RrerankerNode">
|
<template v-if="item.type == WorkflowType.RrerankerNode">
|
||||||
<div class="card-never border-r-4">
|
<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">
|
<div class="p-8-12 border-t-dashed lighter">
|
||||||
<template v-if="item.document_list?.length > 0">
|
<template v-if="item.document_list?.length > 0">
|
||||||
<template
|
<template
|
||||||
@ -194,7 +194,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-never border-r-4 mt-8">
|
<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">
|
<div class="p-8-12 border-t-dashed lighter">
|
||||||
<template v-if="item.result_list?.length > 0">
|
<template v-if="item.result_list?.length > 0">
|
||||||
<template
|
<template
|
||||||
@ -203,7 +203,7 @@
|
|||||||
>
|
>
|
||||||
<CardBox
|
<CardBox
|
||||||
shadow="never"
|
shadow="never"
|
||||||
:title="''"
|
:title="`分段${paragraphIndex + 1}`"
|
||||||
class="paragraph-source-card cursor mb-8 paragraph-source-card-height"
|
class="paragraph-source-card cursor mb-8 paragraph-source-card-height"
|
||||||
:showIcon="false"
|
:showIcon="false"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user