버튼 위치 수정

main
이범준 1 year ago
parent a02e13c9e1
commit 531cd4d53d

@ -10,11 +10,13 @@
<input type="hidden" id="taskSeCd--${pageName}" name="taskSeCd" data-map="TASK_SE_CD" />
<div class="row mt-4 justify-content-end mb-3">
<div class="col-md-12 ps-4">
<div class="col-md-12 ps-4 pe-4">
<button type="button" id="btnReset--${pageName}" class="btn btn-primary">초기화</button>
<input type="text" id="countStauts--${pageName}" class="form-control w-px-150 text-center fw-bold" readonly />
<button type="button" class="w-px-50" id="btnPrev--${pageName}">◀</button>
<button type="button" class="w-px-50" id="btnNext--${pageName}">▶</button>
<span class="float-end">
<input type="text" id="countStauts--${pageName}" class="form-control w-px-150 text-center fw-bold" readonly />
<button type="button" class="w-px-50" id="btnPrev--${pageName}">◀</button>
<button type="button" class="w-px-50" id="btnNext--${pageName}">▶</button>
</span>
</div>
</div>

Loading…
Cancel
Save