
--- client/resources/scss/admin/login.scss
+++ client/resources/scss/admin/login.scss
... | ... | @@ -61,6 +61,14 @@ |
61 | 61 |
|
62 | 62 |
button{ |
63 | 63 |
width: 100%; |
64 |
+ |
|
65 |
+ &.user-btn{ |
|
66 |
+ margin-bottom: 5rem; |
|
67 |
+ } |
|
68 |
+ } |
|
69 |
+ |
|
70 |
+ .input-group{ |
|
71 |
+ justify-content: center; |
|
64 | 72 |
} |
65 | 73 |
} |
66 | 74 |
} |
--- client/views/pages/login/Login.vue
+++ client/views/pages/login/Login.vue
... | ... | @@ -40,15 +40,8 @@ |
40 | 40 |
@keyup.enter="fnLogin" |
41 | 41 |
/> |
42 | 42 |
</div> |
43 |
- <div |
|
44 |
- class="input-group" |
|
45 |
- v-if="!isAdminPage" |
|
46 |
- > |
|
47 |
- <p class="pl10 pr10 cursor" @click="moveSearchId">아이디찾기</p> |
|
48 |
- <p class="pl10 pr0 cursor" @click="moveResetPswd">비밀번호 초기화</p> |
|
49 |
- </div> |
|
50 | 43 |
<button |
51 |
- class="large-btn green-btn point-font fw-bold" |
|
44 |
+ class="btn md primary user-btn" |
|
52 | 45 |
v-if="!isAdminPage" |
53 | 46 |
@click="fnLogin" |
54 | 47 |
> |
... | ... | @@ -61,6 +54,14 @@ |
61 | 54 |
> |
62 | 55 |
로그인 |
63 | 56 |
</button> |
57 |
+ |
|
58 |
+ <div |
|
59 |
+ class="input-group" |
|
60 |
+ v-if="!isAdminPage" |
|
61 |
+ > |
|
62 |
+ <p class="pl10 pr10 cursor" @click="moveSearchId">아이디찾기</p> |
|
63 |
+ <p class="pl10 pr0 cursor" @click="moveResetPswd">비밀번호 초기화</p> |
|
64 |
+ </div> |
|
64 | 65 |
</div> |
65 | 66 |
</div> |
66 | 67 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?