mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-13 07:40:45 +08:00
优化 Toast 通知样式
This commit is contained in:
parent
a918ffa062
commit
000633c203
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user