master
DESKTOP-QGC5RJO\DBNT 2023-02-01 13:46:28 +09:00
parent 27aa8fd287
commit 153e322a84
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<button type="button" class="btn-close f-invert" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" th:if="${joinFlag eq 'F'}">
<div class="mb-3 mt-3 row
<div class="mb-3 mt-3 row">
<label for="dicCode" class="col-sm-2 col-form-label col-form-label-sm text-center ">디지털식별코드</label>
<div class="col-sm-3">
<input type="text" class="form-control form-control-sm" id="dicCode" name="dicCode" autocomplete="off" th:value="${userInfo.dic}" th:placeholder="${msg}">