mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-16 09:20:43 +08:00
优化 Toast 通知样式
This commit is contained in:
parent
a918ffa062
commit
000633c203
@ -101,7 +101,7 @@ body.login-page {
|
|||||||
/* --------------- Toast 通知组件 --------------- */
|
/* --------------- Toast 通知组件 --------------- */
|
||||||
.toast-container-center {
|
.toast-container-center {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 91.5px;
|
top: 90.5px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
@ -122,7 +122,7 @@ body.login-page {
|
|||||||
|
|
||||||
.toast-body-custom {
|
.toast-body-custom {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem 1.2rem;
|
padding: 0.93rem 1.2rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user