登录页面改造

This commit is contained in:
robin
2026-02-15 14:27:28 +08:00
parent afbc0cde7e
commit 2a811183c4
19 changed files with 1612 additions and 2298 deletions

View File

@@ -25,7 +25,8 @@ body.login-page {
body.login-page > div {
position: relative;
width: 100%;
height: 100%;
height: 100vh;
min-height: 100vh;
}
.bg-layer {
@@ -241,4 +242,22 @@ body.login-page > div {
padding: 30px 18px;
}
}
/* SweetAlert2 fallback on login page */
body.login-page.swal2-height-auto {
height: 100% !important;
}
body.login-page .swal2-container {
position: fixed !important;
inset: 0 !important;
z-index: 20000 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0.625em !important;
}
body.login-page .swal2-container.swal2-backdrop-show {
background: rgba(0, 0, 0, 0.42) !important;
}
/*# sourceMappingURL=index.css.map */