diff --git a/web/src/view/login/login.vue b/web/src/view/login/login.vue index 2260049a..9404f6ab 100644 --- a/web/src/view/login/login.vue +++ b/web/src/view/login/login.vue @@ -204,7 +204,7 @@ export default { #userLayout.user-layout-wrapper { height: 100%; - + position: relative; &.mobile { .container { .main { @@ -220,15 +220,12 @@ export default { background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%; background-size: 100%; padding: 110px 0 144px; - position: relative; - a { text-decoration: none; } .top { text-align: center; - .header { height: 44px; line-height: 44px; @@ -278,7 +275,7 @@ export default { padding: 0 16px; margin: 120px 0 24px; text-align: center; - + bottom: 100px; .links { margin-bottom: 8px; font-size: 14px; diff --git a/web/src/view/login/register.vue b/web/src/view/login/register.vue index 5590b356..21d4cb8f 100644 --- a/web/src/view/login/register.vue +++ b/web/src/view/login/register.vue @@ -1,24 +1,48 @@