푸터수정, 상세페이지 ui정리

master
DESKTOP-QGC5RJO\DBNT 2023-01-28 16:56:03 +09:00
parent 6f2e99fba3
commit 5b1643a595
6 changed files with 18 additions and 13 deletions

View File

@ -78,7 +78,15 @@
.f-invert{
filter: invert(100%);
}
.fs-7{
font-size: 7px;
}
.fs-8{
font-size: 8px;
}
.fs-9{
font-size: 9px;
}
.fs-10{
font-size: 10px;
}

View File

@ -42,7 +42,7 @@
</div>
<div class="row mb-1">
<div class="col-sm-1">
<label class="col-auto col-form-label col-form-label-sm text-center">나포일시</label>
<label class="col-sm-12 col-form-label col-form-label-sm text-center">나포일시</label>
<label class="col-sm-12 col-form-label col-form-label-sm text-center">NLL</label>
</div>
<div class="col-sm-2">
@ -60,10 +60,8 @@
</div>
</div>
<div class="row mb-1">
<div class="col-sm-1">
<label class="col-form-label col-form-label-sm text-center">위반내용</label>
</div>
<div class="col-auto" id="violationDiv">
<label class="col-sm-1 col-form-label col-form-label-sm text-center me-1">위반내용</label>
<div class="col-auto me-1" id="violationDiv">
<th:block th:if="${#lists.isEmpty(crackdownStatus.violationList)}">
<div class="row">
<select class="form-select form-select-sm violation" name="violation" disabled>

View File

@ -62,9 +62,8 @@
</div>
</div>
<div class="row mb-1">
<div class="col-sm-1">
<label class="col-form-label col-form-label-sm text-center">위반내용</label>
</div>
<label class="col-sm-1 col-form-label col-form-label-sm text-center me-1">위반내용</label>
<div class="col-auto" id="violationDiv">
<th:block th:if="${#lists.isEmpty(processResult.violationList)}">
<div class="row">

View File

@ -37,9 +37,9 @@
<p id="footerSiteName">사이버외사정보시스템</p>
<span id="footerSiteNameEng">FOREIGN AFFAIRS INTELLIGENCE CYBER SYSTEM</span>
</div>
<div class="col-auto">
<div class="col-auto ms-3 mt-1">
<p class="mb-1">21995 인천광역시 연수구 해돋이로 130 해양경찰청</p>
<p class="mb-1">Copyright ⓒ 2011 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. All right reserved.</p>
<p class="mb-1 fs-7">Copyright ⓒ 2011 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. All right reserved.</p>
</div>
</div>
</html>

View File

@ -93,7 +93,7 @@
<th rowspan="2">상태</th>
<th rowspan="2">관리관<br>결제여부</th>
</tr>
<tr>
<tr class="table-secondary">
<th>성명</th>
<th>생년월일</th>
<th>근무처</th>

View File

@ -168,7 +168,7 @@
</form>
</div>
<div class="modal-footer bg-light" th:if="${joinFlag eq 'T'}">
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="closeModalBtn">닫기</button>-->
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="closeModalBtn">닫기</button>
<button type="button" class="btn btn-primary" id="saveBtn">신청</button>
</div>
</div>