perf: 文字优化

This commit is contained in:
wangdan-fit2cloud 2024-09-18 09:49:07 +08:00
parent 8943a2849e
commit 7b9058b6a7

View File

@ -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"
>