style: 回忆复习页移除重复标题并统一重新生成按钮颜色
This commit is contained in:
@@ -403,9 +403,9 @@ onMounted(() => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="recall-page" v-loading="loading">
|
<section class="recall-page" v-loading="loading">
|
||||||
<!-- 顶部操作栏 -->
|
<!-- 顶部操作栏(页面标题由 MyHead 提供,这里只保留操作) -->
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h2>回忆复习</h2>
|
<span class="header-spacer"></span>
|
||||||
<el-button :loading="historyLoading" @click="loadHistory">
|
<el-button :loading="historyLoading" @click="loadHistory">
|
||||||
{{ showHistory ? "收起历史" : "历史记录" }}
|
{{ showHistory ? "收起历史" : "历史记录" }}
|
||||||
</el-button>
|
</el-button>
|
||||||
@@ -519,7 +519,6 @@ onMounted(() => {
|
|||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="standardExpanded"
|
v-if="standardExpanded"
|
||||||
type="warning"
|
|
||||||
:loading="regenerating"
|
:loading="regenerating"
|
||||||
@click="handleRegenerate"
|
@click="handleRegenerate"
|
||||||
>
|
>
|
||||||
@@ -631,11 +630,8 @@ onMounted(() => {
|
|||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header h2 {
|
.header-spacer {
|
||||||
margin: 0;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
color: var(--green-900);
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.focus-confirm-text {
|
.focus-confirm-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user