fix : 헤더 영역 수정

main
이범준 2 years ago
parent 90c3fe0e02
commit 08b33d6a84

@ -12,14 +12,25 @@
</button>
<!-- 공지사항 롤링 -->
<div id="rolling_noti" style="width: 400px;min-width: 400px;">
<div id="rolling_noti" class="d-flex" style="width: 100%;min-width: 200px;max-width: 400px;">
<ul class="list" style="width: 100%;">
</ul>
</div>
<div class="ms-2 me-2" style="min-width: max-content;">
<select id="" name="" class="form-select">
<option value="1">차량번호</option>
<option value="2">납부자명</option>
<option value="3">신고인명</option>
</select>
<input type="text" id="" name="" class="form-control" />
<button type="button" class="btn btn-outline-dark bg-orange" title="통합조회">
<i class="bx bx-search"></i>통합조회
</button>
</div>
<div class="ms-auto me-2" style="min-width: auto;">
<div class="ms-auto me-2" style="min-width: max-content;">
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
<label for="securityMode" class="form-check-label custom-option-content">
<input type="checkbox" id="securityMode" name="securityMode" class="form-check-input" value="Y" />

@ -11921,6 +11921,11 @@ button.list-group-item-gray.active {
background-color: #fff !important;
}
.bg-orange {
--bs-bg-opacity: 1;
background-color: orange !important;
}
.bg-body {
--bs-bg-opacity: 1;
background-color: #f5f5f9 !important;

Loading…
Cancel
Save