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;