Commit ffa73727 authored by 이재연's avatar 이재연
Browse files

현재 전화번호 제외

parent 301ff1af
...@@ -44,17 +44,17 @@ const InfoUpdate = () => { ...@@ -44,17 +44,17 @@ const InfoUpdate = () => {
> >
CHERRY #0805 CHERRY #0805
</div> </div>
<div class="col-6"> <div className="d-flex justify-content-center">
<div class="input-group mx-2 my-3">
<div>
<label <label
class="form-label " class="form-label me-3"
style={{ fontSize: "13px", fontWeight: "bold" }} style={{ fontSize: "13px", fontWeight: "bold" }}
> >
현재 비밀번호 현재 비밀번호
</label> </label>
<input type="text" class="form-control" /> <input type="text" class="form-control" style={{ height: "38px", width: "200px" }} />
</div> </div>
<div class="col-6">
<div class="input-group mx-2 my-3">
<div> <div>
<label <label
class="form-label" class="form-label"
...@@ -77,15 +77,6 @@ const InfoUpdate = () => { ...@@ -77,15 +77,6 @@ const InfoUpdate = () => {
</div> </div>
<div class="col-6"> <div class="col-6">
<div class="input-group my-3 "> <div class="input-group my-3 ">
<div>
<label
class="form-label"
style={{ fontSize: "13px", fontWeight: "bold" }}
>
현재 전화번호
</label>
<input type="text" class="form-control" />
</div>
<div> <div>
<label <label
class="form-label" class="form-label"
......
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