Fixed: Fix the issue with the login page footer

This commit is contained in:
zhaojisen
2025-07-30 14:23:12 +08:00
committed by ZhaoJiSen
parent f3d9f4c446
commit 1de8781704
2 changed files with 21 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
<style>
.login-content {
{#box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);#}
box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}
.login-footer {
@@ -86,7 +86,7 @@
width: 100vw;
height: 100vh;
background-color: #f3f3f3;
{#height: calc(100vh - (100vh - 470px) / 3);#}
{#height: calc(100vh - (100vh - 470px) / 3);#}
}