
--- client/views/pages/login/ResetPswd.vue
+++ client/views/pages/login/ResetPswd.vue
... | ... | @@ -70,7 +70,7 @@ |
70 | 70 |
<li v-for="(tab, idx) in pwTabList" :key="idx" @click="showSubTab('pw', tab.id)" :class="{ |
71 | 71 |
'gd-6 pd5 text-ct radius': true, |
72 | 72 |
'tab-active': pwTabView === tab.id, |
73 |
- }" :style="{ fontWeight: idTabView === tab.id ? 'bold' : 'normal' }"> |
|
73 |
+ }" :style="{ fontWeight: pwTabView === tab.id ? 'bold' : 'normal' }"> |
|
74 | 74 |
{{ tab.name }} |
75 | 75 |
</li> |
76 | 76 |
</ul> |
... | ... | @@ -161,7 +161,7 @@ |
161 | 161 |
|
162 | 162 |
tabList: [ |
163 | 163 |
{ id: "id", name: "아이디 찾기" }, |
164 |
- { id: "pw", name: "비밀번호 초기화" }, |
|
164 |
+ { id: "pw", name: "비밀번호 찾기" }, |
|
165 | 165 |
], |
166 | 166 |
tabView: "id", |
167 | 167 |
|
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?