style: 统一历史记录按钮尺寸
This commit is contained in:
@@ -386,7 +386,7 @@ onMounted(() => {
|
|||||||
<!-- 顶部操作栏 -->
|
<!-- 顶部操作栏 -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h2>回忆复习</h2>
|
<h2>回忆复习</h2>
|
||||||
<el-button size="small" :loading="historyLoading" @click="loadHistory">
|
<el-button :loading="historyLoading" @click="loadHistory">
|
||||||
{{ showHistory ? "收起历史" : "历史记录" }}
|
{{ showHistory ? "收起历史" : "历史记录" }}
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user