From cf88ed9a584f15ce9a2b032bb0a3935f136c1c6d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 19 Jun 2026 10:17:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(notification):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A0=87=E9=A2=98=E5=92=8C=E8=AE=A1=E6=95=B0?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BB=A5=E6=94=B9=E5=96=84=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/UserNotification.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/layouts/components/UserNotification.vue b/src/layouts/components/UserNotification.vue index 384379dd..c009fd49 100644 --- a/src/layouts/components/UserNotification.vue +++ b/src/layouts/components/UserNotification.vue @@ -598,25 +598,22 @@ useDelayedSSE( .notification-section-heading { display: flex; align-items: center; - color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)); + color: rgba(var(--v-theme-on-surface), 0.42); gap: 8px; letter-spacing: 0; padding-inline: 10px; } .notification-section-heading__title { - font-size: 0.75rem; - font-weight: 600; + font-size: 0.6875rem; + font-weight: 500; line-height: 1.2; } .notification-section-heading__count { - border-radius: 999px; - background: rgba(var(--v-theme-on-surface), 0.08); - font-size: 0.6875rem; + color: rgba(var(--v-theme-on-surface), 0.34); + font-size: 0.625rem; line-height: 1; - padding-block: 3px; - padding-inline: 6px; } .notification-row {