调整页面布局,修复滚动和高度问题
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
孙诚
2025-12-29 11:14:29 +08:00
parent be4e303ba5
commit 35e3a82673
4 changed files with 20 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ const handleLogin = async () => {
<style scoped>
.login-container {
height: 100vh;
height: 100%;
display: flex;
align-items: center;
justify-content: center;