|
|
|
|
@ -10,7 +10,6 @@
|
|
|
|
|
<div class="sub_title">과태료 대상 목록</div>
|
|
|
|
|
<button type="button" id="registerBtn" class="newbtn bg1">등록</button>
|
|
|
|
|
<button type="button" id="deleteBtn" class="newbtn bg6">삭제</button>
|
|
|
|
|
<button type="button" id="callApiBtn" class="newbtn bg2">API 호출</button>
|
|
|
|
|
<button type="button" id="downloadBtn" class="newbtn bg3">목록 다운로드</button>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
@ -58,8 +57,10 @@
|
|
|
|
|
<ul class="box_title" style="display: flex; justify-content: space-between; align-items: center;">
|
|
|
|
|
<li class="tit">과태료 대상 목록</li>
|
|
|
|
|
<li class="rig">
|
|
|
|
|
<button type="button" id="callApiBtn" class="newbtn bg2-1">API 호출</button>
|
|
|
|
|
|
|
|
|
|
<span id="totalCount" class="total-count" style="padding-left: 25px;padding-right: 25px;">총 0건</span>
|
|
|
|
|
<select id="perPageSelect" class="input" style="width: 112px;">
|
|
|
|
|
<select id="perPageSelect" class="input" style="width: 112px; ">
|
|
|
|
|
<option value="15">페이지당 15</option>
|
|
|
|
|
<option value="50">페이지당 50</option>
|
|
|
|
|
<option value="100">페이지당 100</option>
|
|
|
|
|
|