mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-01 17:41:03 +08:00
feat: login & register
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user