feat: 隐藏Header的导出按钮

This commit is contained in:
肖应宇 2026-03-11 14:09:43 +08:00
parent 3471e8552f
commit 92d5f78e1d
1 changed files with 2 additions and 2 deletions

View File

@ -42,14 +42,14 @@
</button> </button>
<!-- 导出对话 --> <!-- 导出对话 -->
<button <!-- <button
class="header-btn" class="header-btn"
title="导出对话" title="导出对话"
:disabled="messageCount === 0" :disabled="messageCount === 0"
@click="$emit('export')" @click="$emit('export')"
> >
<Download :size="18" /> <Download :size="18" />
</button> </button> -->
<!-- 更多操作 --> <!-- 更多操作 -->
<!-- <button <!-- <button