From 3f6d6834ce369cb5aa767290e8f9191de41342e0 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 18 May 2026 13:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/common/login.vue b/src/views/common/login.vue index 9868206e..a3ad8b28 100644 --- a/src/views/common/login.vue +++ b/src/views/common/login.vue @@ -269,7 +269,7 @@ import { getUUID } from '@/utils' } .brand-panel__title { - font-size: 56px; + font-size: 50px; font-weight: 800; color: #fff; display: flex; @@ -284,7 +284,7 @@ import { getUUID } from '@/utils' } .brand-panel__title .sub-title { - font-size: 32px; + font-size: 28px; font-weight: 600; opacity: 0.95; }