--- client/views/Login.vue
+++ client/views/Login.vue
... | ... | @@ -1,5 +1,5 @@ |
1 | 1 |
<template> |
2 |
- <div class="login-container"> |
|
2 |
+ <div style="padding: 20px 20px;"> |
|
3 | 3 |
|
4 | 4 |
<div class="login "> |
5 | 5 |
<div class="logo flex justify-end"><img src="../resources/img/logo.png" alt=""></div> |
... | ... | @@ -57,12 +57,13 @@ |
57 | 57 |
<div class="find-form mt30" v-if="selectedTab === 'tab1'"> |
58 | 58 |
<div class="mb20 flex justify-between align-center"> |
59 | 59 |
<p class="title2" for="username" style="width: 12rem;">이름</p> |
60 |
- <input class="data-wrap" type="text" id="username" v-model="findUserNm" placeholder="이름을 입력하세요." style="width: 45rem;" > |
|
60 |
+ <input class="data-wrap" type="text" id="username" v-model="findUserNm" placeholder="이름을 입력하세요." |
|
61 |
+ style="width: 45rem;"> |
|
61 | 62 |
</div> |
62 | 63 |
<div class="mb30 flex justify-between align-center"> |
63 | 64 |
<p class="title2" for="username" style="width: 12rem;">전화번호</p> |
64 |
- <div class="flex justify-between align-center"><input class="data-wrap" |
|
65 |
- style="width: 14rem;" type="text" id="username" v-model="findTel1"> |
|
65 |
+ <div class="flex justify-between align-center"><input class="data-wrap" style="width: 14rem;" type="text" |
|
66 |
+ id="username" v-model="findTel1"> |
|
66 | 67 |
<p class="title2">-</p><input class="data-wrap" style="width: 14rem;" type="text" id="username" |
67 | 68 |
v-model="findTel2"> |
68 | 69 |
<p class="title2">-</p><input class="data-wrap" style="width: 14rem;" type="text" id="username" |
... | ... | @@ -82,15 +83,18 @@ |
82 | 83 |
<div class="find-form mt30" v-else-if="selectedTab === 'tab2'"> |
83 | 84 |
<div class="mb20 flex justify-between align-center"> |
84 | 85 |
<p class="title2" for="username" style="width: 12rem;">아이디</p> |
85 |
- <input class="data-wrap" type="text" id="username" v-model="changeLoginId" placeholder="아이디를 입력하세요." style="width: 45rem;" > |
|
86 |
+ <input class="data-wrap" type="text" id="username" v-model="changeLoginId" placeholder="아이디를 입력하세요." |
|
87 |
+ style="width: 45rem;"> |
|
86 | 88 |
</div> |
87 | 89 |
<div class="mb20 flex justify-between align-center"> |
88 | 90 |
<p class="title2" for="username" style="width: 14rem;">변경할 비밀번호</p> |
89 |
- <input class="data-wrap" type="password" id="username" v-model="changeUserPw" placeholder="변경할 비밀번호를 입력하세요." style="width: 45rem;" > |
|
91 |
+ <input class="data-wrap" type="password" id="username" v-model="changeUserPw" |
|
92 |
+ placeholder="변경할 비밀번호를 입력하세요." style="width: 45rem;"> |
|
90 | 93 |
</div> |
91 | 94 |
<div class="mb20 flex justify-between align-center"> |
92 | 95 |
<p class="title2" for="username" style="width: 12rem;">비밀번호 확인</p> |
93 |
- <input class="data-wrap" type="password" id="username" v-model="changeUserPwCheck" placeholder="변경할 비밀번호를 입력하세요." style="width: 45rem;" > |
|
96 |
+ <input class="data-wrap" type="password" id="username" v-model="changeUserPwCheck" |
|
97 |
+ placeholder="변경할 비밀번호를 입력하세요." style="width: 45rem;"> |
|
94 | 98 |
</div> |
95 | 99 |
<div class="flex justify-center "> |
96 | 100 |
<button type="button" title="글쓰기" class="new-btn mr10" @click="closeBtn"> |
... | ... | @@ -161,8 +165,8 @@ |
161 | 165 |
findTel1: '', |
162 | 166 |
findTel2: '', |
163 | 167 |
findTel3: '', |
164 |
- findUserInfo : {}, |
|
165 |
- changeLoginId:'', |
|
168 |
+ findUserInfo: {}, |
|
169 |
+ changeLoginId: '', |
|
166 | 170 |
changeUserPw: '', |
167 | 171 |
changeUserPwCheck: '', |
168 | 172 |
} |
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?