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

View File

@@ -95,13 +95,13 @@ export default {
<style scoped>
.login-page {
margin-top: 100px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 100%;
height: calc(100vh - var(--header-height));
width: 100%;
background-color: var(--background-color);
}
.login-page-content {

View File

@@ -185,13 +185,13 @@ export default {
<style scoped>
.signup-page {
margin-top: 100px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 100%;
height: calc(100vh - var(--header-height));
width: 100%;
background-color: var(--background-color);
}
.signup-page-content {