fix: update authentication response handling, improve UI layout, and adjust CSS for better responsiveness

This commit is contained in:
ethan.chen
2025-05-20 18:16:41 +08:00
parent b84138c7a9
commit 27ceef4bd2
3 changed files with 37 additions and 33 deletions

View File

@@ -44,9 +44,8 @@ h1 {
}
#app {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 2rem;
text-align: center;
}