update:调整聊天头部的历史按钮显示逻辑,确保在侧边栏未收起时也能正常显示

This commit is contained in:
Lexcubia 2025-04-21 19:15:37 +08:00
parent ca8532815a
commit 9d4d52260f
1 changed files with 1 additions and 1 deletions

View File

@ -18,9 +18,9 @@
>
对话中
</el-tag>
<HistoryButton v-if="settingsStore.sidebarCollapsed" :icon-only="false" class="title-history-btn" />
</div>
<div class="actions">
<HistoryButton :icon-only="false" class="title-history-btn" />
<el-tooltip content="删除会话" placement="bottom" v-if="chatStore.conversationId">
<el-button
class="action-btn delete-btn"