style: 统一页面按钮样式与尺寸

This commit is contained in:
2026-08-01 19:06:41 +08:00
parent a87fdba4cc
commit 297320446c
8 changed files with 40 additions and 44 deletions
+4 -2
View File
@@ -66,7 +66,7 @@ onMounted(() => {
<section class="review-page">
<div class="table-toolbar">
<span class="toolbar-placeholder"></span>
<el-button type="success" plain size="small" :loading="loading" @click="loadTasks">刷新</el-button>
<el-button type="success" plain :loading="loading" @click="loadTasks">刷新</el-button>
</div>
<div class="summary-grid">
@@ -99,6 +99,7 @@ onMounted(() => {
<el-button
text
type="success"
size="small"
:loading="openingTaskNum === row.taskNum"
@click.stop="openTaskReview(row)"
>
@@ -106,7 +107,8 @@ onMounted(() => {
</el-button>
<el-button
text
type="primary"
type="success"
size="small"
@click.stop="router.push(`/review/recall/${row.taskNum}`)"
>
回忆复习