Commit 02d4a360 authored by 이재연's avatar 이재연
Browse files

회원가입 주민등록번호 잘림 수정

parent 566d7109
......@@ -80,7 +80,7 @@ const Signup = () => {
<div className="d-flex text-center">
<div className="col-4">
<input
className="m-2 form-control"
className="mt-2 form-control"
id="idNumber1"
type="text"
name="idNumber1"
......@@ -89,19 +89,21 @@ const Signup = () => {
onChange={handleChange}
/>
</div>
<div className="col-1"></div>
<div className="col-1 pt-3 ps-2"></div>
<div className="col-1">
<input
className="m-2 form-control"
className="mt-2 ms-2 form-control"
id="idNumber2"
type="text"
style={{width:'35px'}}
name="idNumber2"
placeholder=""
value={idNumber2}
onChange={handleChange}
maxLength='1'
/>
</div>
******
<div className="pt-3 ps-4">* * * * * *</div>
</div>
</div>
<div className="p-2">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment