feat: login & register

This commit is contained in:
tim
2025-07-08 14:50:44 +08:00
parent 548450dc29
commit 5ed868d121
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -95,13 +95,13 @@ export default {
<style scoped> <style scoped>
.login-page { .login-page {
margin-top: 100px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 100%; height: calc(100vh - var(--header-height));
width: 100%; width: 100%;
background-color: var(--background-color);
} }
.login-page-content { .login-page-content {
+2 -2
View File
@@ -185,13 +185,13 @@ export default {
<style scoped> <style scoped>
.signup-page { .signup-page {
margin-top: 100px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
height: 100%; height: calc(100vh - var(--header-height));
width: 100%; width: 100%;
background-color: var(--background-color);
} }
.signup-page-content { .signup-page-content {