From 21b00be7a360cb0fb7a3256270fbd39339a20830 Mon Sep 17 00:00:00 2001 From: biss Date: Tue, 11 Aug 2026 15:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/style.css | 2 +- web/src/views/NotificationCenterView.vue | 22 +++++++++++----------- web/src/views/StudentDashboardView.vue | 6 +++--- web/src/views/TeacherDashboardView.vue | 2 +- web/src/views/TimetableView.vue | 10 +++++----- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/web/src/style.css b/web/src/style.css index 2282346..8d90185 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -122,7 +122,7 @@ button { cursor: pointer; } .content { padding: 28px 32px 48px; max-width: 1540px; margin: 0 auto; } .mobile-only { display: none; } -.section-kicker { color: var(--teal); font: 700 10px/1.2 Consolas, monospace; letter-spacing: .16em; } +.section-kicker { color: var(--teal); font: 700 11px/1.2 "Microsoft YaHei", sans-serif; letter-spacing: .1em; } .term-hero { min-height: 178px; padding: 32px 36px; display: flex; align-items: end; color: white; background: linear-gradient(118deg, #233876, #192d67 65%, #116d70); position: relative; overflow: hidden; } .term-hero::after { content: ""; position: absolute; right: -40px; top: -110px; width: 360px; height: 360px; border: 54px solid rgba(255,255,255,.055); border-radius: 50%; } .term-hero h2 { margin: 12px 0 7px; font-family: "STZhongsong", "Songti SC", serif; font-size: clamp(25px, 3vw, 38px); letter-spacing: .05em; } diff --git a/web/src/views/NotificationCenterView.vue b/web/src/views/NotificationCenterView.vue index e6b4ce2..671cbc2 100644 --- a/web/src/views/NotificationCenterView.vue +++ b/web/src/views/NotificationCenterView.vue @@ -356,7 +356,7 @@ onMounted(() => load())
- MESSAGE CENTER + 消息中心

消息中心

系统通知、审核待办、课程变动与成绩消息统一汇总,重要信息不再散落在业务页面。

@@ -373,6 +373,15 @@ onMounted(() => load()) > 发消息 + + 全部已读 + 刷新 @@ -433,15 +442,6 @@ onMounted(() => load()) @clear="load(true)" /> 仅看未读 - - 全部已读 -
@@ -508,7 +508,7 @@ onMounted(() => load()) >
- AUTHORIZED DELIVERY + 发送范围

编写并发送消息

收件范围始终受当前账号的数据权限约束,发送后不可撤回。

diff --git a/web/src/views/StudentDashboardView.vue b/web/src/views/StudentDashboardView.vue index c35566a..57c54f8 100644 --- a/web/src/views/StudentDashboardView.vue +++ b/web/src/views/StudentDashboardView.vue @@ -355,7 +355,7 @@ onMounted(loadOverview)
- MY ACADEMIC DAY + 我的学习安排

{{ dashboardGreeting?.title ?? `${greeting},${auth.user?.displayName ?? '同学'}` }}

{{ dashboardGreeting?.subtitle ?? todayLabel }}

@@ -379,7 +379,7 @@ onMounted(loadOverview)
- ACADEMIC RADAR + 学业提醒

学业风险雷达

@@ -395,7 +395,7 @@ onMounted(loadOverview)
-
GRADUATION NAVIGATION

毕业导航

已完成 {{ graduation.baseline.planCompletedCredits ?? 0 }} 学分,距离培养方案要求还差 {{ graduation.baseline.creditGap ?? 0 }} 学分。

+
毕业进度

毕业导航

已完成 {{ graduation.baseline.planCompletedCredits ?? 0 }} 学分,距离培养方案要求还差 {{ graduation.baseline.creditGap ?? 0 }} 学分。

diff --git a/web/src/views/TeacherDashboardView.vue b/web/src/views/TeacherDashboardView.vue index a39c81b..7692441 100644 --- a/web/src/views/TeacherDashboardView.vue +++ b/web/src/views/TeacherDashboardView.vue @@ -31,7 +31,7 @@ onMounted(load)