|
@@ -187,13 +187,13 @@
|
|
<h3>最终回答</h3>
|
|
<h3>最终回答</h3>
|
|
<p> 基于知识库内容生成的完整答案</p>
|
|
<p> 基于知识库内容生成的完整答案</p>
|
|
</div>
|
|
</div>
|
|
- <div class="header-actions">
|
|
|
|
- <el-tooltip content="复制回答" placement="top">
|
|
|
|
- <el-button text class="action-btn" @click="copyToClipboard(chatSummary)">
|
|
|
|
- 📋
|
|
|
|
- </el-button>
|
|
|
|
- </el-tooltip>
|
|
|
|
- </div>
|
|
|
|
|
|
+<!-- <div class="header-actions">-->
|
|
|
|
+<!-- <el-tooltip content="复制回答" placement="top">-->
|
|
|
|
+<!-- <el-button text class="action-btn" @click="copyToClipboard(chatSummary)">-->
|
|
|
|
+<!-- 📋-->
|
|
|
|
+<!-- </el-button>-->
|
|
|
|
+<!-- </el-tooltip>-->
|
|
|
|
+<!-- </div>-->
|
|
</div>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
<div v-html="parsedChatSummary" class="thinking-content"></div>
|
|
<div v-html="parsedChatSummary" class="thinking-content"></div>
|