update:调整聊天头部的历史按钮显示逻辑,确保在侧边栏未收起时也能正常显示
This commit is contained in:
parent
ca8532815a
commit
9d4d52260f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue