优化 Toast 通知样式

This commit is contained in:
x1ao4 2025-09-18 01:15:36 +08:00
parent a918ffa062
commit 000633c203

View File

@ -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;