From 000633c2037a3bd42e1f1255bc00b17db973af9a Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Thu, 18 Sep 2025 01:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20Toast=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index 099958f..ecdc2eb 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -101,7 +101,7 @@ body.login-page { /* --------------- Toast 通知组件 --------------- */ .toast-container-center { position: fixed; - top: 91.5px; + top: 90.5px; left: 50%; transform: translate(-50%, -50%); z-index: 9999; @@ -122,7 +122,7 @@ body.login-page { .toast-body-custom { text-align: center; - padding: 1rem 1.2rem; + padding: 0.93rem 1.2rem; color: #fff; font-size: 0.95rem; white-space: nowrap;