style: 回忆复习页移除重复标题并统一重新生成按钮颜色

This commit is contained in:
2026-09-13 22:28:44 +08:00
parent 854a94d7a3
commit 939a135519
+3 -7
View File
@@ -403,9 +403,9 @@ onMounted(() => {
<template>
<section class="recall-page" v-loading="loading">
<!-- 顶部操作栏 -->
<!-- 顶部操作栏页面标题由 MyHead 提供这里只保留操作 -->
<div class="page-header">
<h2>回忆复习</h2>
<span class="header-spacer"></span>
<el-button :loading="historyLoading" @click="loadHistory">
{{ showHistory ? "收起历史" : "历史记录" }}
</el-button>
@@ -519,7 +519,6 @@ onMounted(() => {
</el-button>
<el-button
v-if="standardExpanded"
type="warning"
:loading="regenerating"
@click="handleRegenerate"
>
@@ -631,11 +630,8 @@ onMounted(() => {
gap: 12px;
}
.page-header h2 {
margin: 0;
.header-spacer {
flex: 1;
color: var(--green-900);
font-size: 18px;
}
.focus-confirm-text {