--- client/views/pages/login/Login.vue
+++ client/views/pages/login/Login.vue
... | ... | @@ -27,9 +27,9 @@ |
27 | 27 |
</button> |
28 | 28 |
</div> |
29 | 29 |
<div v-show="pageStep > 0"> |
30 |
- <div class="logo"> |
|
31 |
- <h1 v-show="pageStep < 3" class="text-ct mb30">OTP 설정</h1> |
|
32 |
- <h1 v-show="pageStep > 2" class="text-ct mb30">OTP 인증</h1> |
|
30 |
+ <div> |
|
31 |
+ <h1 v-show="pageStep < 3" class="text-ct mb30 page-title">OTP 설정</h1> |
|
32 |
+ <h1 v-show="pageStep > 2" class="text-ct mb30 page-title">OTP 인증</h1> |
|
33 | 33 |
</div> |
34 | 34 |
<progressBar v-if="pageStep !== 4" :steps="steps" :pageNumber="pageStep" /> |
35 | 35 |
|
--- client/views/pages/login/Login_admin.vue
+++ client/views/pages/login/Login_admin.vue
... | ... | @@ -27,9 +27,9 @@ |
27 | 27 |
</button> |
28 | 28 |
</div> |
29 | 29 |
<div v-show="pageStep > 0"> |
30 |
- <div class="logo"> |
|
31 |
- <h1 v-show="pageStep < 3" class="text-ct mb30">OTP 설정</h1> |
|
32 |
- <h1 v-show="pageStep > 2" class="text-ct mb30">OTP 인증</h1> |
|
30 |
+ <div> |
|
31 |
+ <h1 v-show="pageStep < 3" class="text-ct mb30 page-title">OTP 설정</h1> |
|
32 |
+ <h1 v-show="pageStep > 2" class="text-ct mb30 page-title">OTP 인증</h1> |
|
33 | 33 |
</div> |
34 | 34 |
<progressBar v-if="pageStep !== 4" :steps="steps" :pageNumber="pageStep" /> |
35 | 35 |
|
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?