Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
02d4a360
Commit
02d4a360
authored
Jul 05, 2021
by
이재연
Browse files
회원가입 주민등록번호 잘림 수정
parent
566d7109
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/SignUp.js
View file @
02d4a360
...
...
@@ -80,7 +80,7 @@ const Signup = () => {
<
div
className
=
"
d-flex text-center
"
>
<
div
className
=
"
col-4
"
>
<
input
className
=
"
m-2 form-control
"
className
=
"
m
t
-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
=
"
m
t-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
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment