feat: signup page view v1

This commit is contained in:
tim
2025-07-04 10:12:48 +08:00
parent 0592120a3a
commit 7cad6a163f
6 changed files with 205 additions and 5 deletions

View File

@@ -41,7 +41,6 @@ export default {
flex-direction: row;
max-width: var(--page-max-width);
margin: 0 auto;
background-color: var(--normal-background-color);
}
</style>