style: 统一历史记录按钮尺寸

This commit is contained in:
2026-08-02 11:40:10 +08:00
parent 96d574b99f
commit 0059e0ec71
+1 -1
View File
@@ -386,7 +386,7 @@ onMounted(() => {
<!-- 顶部操作栏 -->
<div class="page-header">
<h2>回忆复习</h2>
<el-button size="small" :loading="historyLoading" @click="loadHistory">
<el-button :loading="historyLoading" @click="loadHistory">
{{ showHistory ? "收起历史" : "历史记录" }}
</el-button>
</div>