2024/02/28 버튼 위치 수정
This commit is contained in:
parent
cfdf37a886
commit
2ff34d81d5
@ -552,7 +552,7 @@
|
|||||||
|
|
||||||
<div class="list_top_2">
|
<div class="list_top_2">
|
||||||
<div class="util_left">
|
<div class="util_left">
|
||||||
<p>의뢰상태 및<br/>교육상태</p>
|
<p>의뢰상태 및 교육상태</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="util_right">
|
<div class="util_right">
|
||||||
<ve:select codeId="VEA005" name="searchReqStateCd" id="searchReqStateCd" selectedValue="${cndtnTrgtInfoMngVO.searchReqStateCd }" defaultText="의뢰상태 선택" css="class='sel_type1'" />
|
<ve:select codeId="VEA005" name="searchReqStateCd" id="searchReqStateCd" selectedValue="${cndtnTrgtInfoMngVO.searchReqStateCd }" defaultText="의뢰상태 선택" css="class='sel_type1'" />
|
||||||
@ -573,6 +573,20 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="btn_wrap btn_layout02">
|
||||||
|
<div class="btn_left">
|
||||||
|
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||||
|
</div>
|
||||||
|
<div class="btn_center">
|
||||||
|
</div>
|
||||||
|
<div class="btn_right">
|
||||||
|
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||||
|
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||||
|
<!-- <button type="button" class="btn_type02" onclick="fn_eduAsgnm(); return false;">교육배정</button> -->
|
||||||
|
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="list_util">
|
<div class="list_util">
|
||||||
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
||||||
<div>
|
<div>
|
||||||
@ -710,7 +724,7 @@
|
|||||||
<div class="page">
|
<div class="page">
|
||||||
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap btn_layout01">
|
<!--<div class="btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||||
</div>
|
</div>
|
||||||
@ -720,9 +734,9 @@
|
|||||||
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||||
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||||
<!-- <button type="button" class="btn_type02" onclick="fn_eduAsgnm(); return false;">교육배정</button> -->
|
<!-- <button type="button" class="btn_type02" onclick="fn_eduAsgnm(); return false;">교육배정</button> -->
|
||||||
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
<!--<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>-->
|
||||||
<!-- //page -->
|
<!-- //page -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -556,7 +556,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="list_top_2">
|
<div class="list_top_2">
|
||||||
<div class="util_left">
|
<div class="util_left">
|
||||||
<p>의뢰상태 및<br/>교육상태</p>
|
<p>의뢰상태 및 교육상태</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="util_right">
|
<div class="util_right">
|
||||||
<ve:select codeId="VEA005" name="searchReqStateCd" id="searchReqStateCd" selectedValue="${cndtnTrgtInfoMngVO.searchReqStateCd }" defaultText="의뢰상태 선택" css="class='sel_type1'" />
|
<ve:select codeId="VEA005" name="searchReqStateCd" id="searchReqStateCd" selectedValue="${cndtnTrgtInfoMngVO.searchReqStateCd }" defaultText="의뢰상태 선택" css="class='sel_type1'" />
|
||||||
@ -606,6 +606,20 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="btn_wrap btn_layout02">
|
||||||
|
<div class="btn_left">
|
||||||
|
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||||
|
</div>
|
||||||
|
<div class="btn_center">
|
||||||
|
<button type="button" class="btn_type06" onclick="openSmsPopup();">문자발송</button>
|
||||||
|
</div>
|
||||||
|
<div class="btn_right">
|
||||||
|
<button type="button" class="btn_type04" onclick="fn_updateCancelReqStatus(10, 10); return false;">의뢰취소복구</button>
|
||||||
|
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||||
|
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="list_util">
|
<div class="list_util">
|
||||||
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
<p class="list_util_p"><span><c:out value="${paginationInfo.totalRecordCount}" /></span>건의 접수가 검색되었습니다.</p>
|
||||||
<div>
|
<div>
|
||||||
@ -743,7 +757,7 @@
|
|||||||
<div class="page">
|
<div class="page">
|
||||||
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap btn_layout01">
|
<!--<div class="btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
<button type="button" class="btn_type04" onclick="fn_excel_upload(); return false;">엑셀 업로드</button>
|
||||||
</div>
|
</div>
|
||||||
@ -755,7 +769,7 @@
|
|||||||
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
<button type="button" class="btn_type05" onclick="fn_updateReqStatus(60, 40); return false;">의뢰취소</button>
|
||||||
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
<button type="button" class="btn_type01" onclick="fncCreate(); return false;">등록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>-->
|
||||||
<!-- //page -->
|
<!-- //page -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
.list_top{margin-bottom: 30px; background-color: #f1f2f4; padding:0 25px; border: 1px solid #dbdcdd; border-radius: 5px; box-sizing: border-box;}
|
.list_top{margin-bottom: 30px; background-color: #f1f2f4; padding:0 25px; border: 1px solid #dbdcdd; border-radius: 5px; box-sizing: border-box;}
|
||||||
.list_top>div {display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid #e3e4e5; box-sizing: border-box;padding:10px 0;}
|
.list_top>div {display: flex; align-items: center; min-height: 64px; border-bottom: 1px solid #e3e4e5; box-sizing: border-box;padding:10px 0;}
|
||||||
.list_top>div:last-child {border-bottom: 0;}
|
.list_top>div:last-child {border-bottom: 0;}
|
||||||
.list_top .util_left {width: 150px;}
|
.list_top .util_left {width: 190px;}
|
||||||
.list_top .util_left p{padding-left: 10px; font-size: 18px; font-weight: 500; color: #222; position: relative;}
|
.list_top .util_left p{padding-left: 10px; font-size: 18px; font-weight: 500; color: #222; position: relative;}
|
||||||
.list_top .util_left p::before {content: ""; position: absolute; width: 3px; height: 14px; border-radius: 1.5px;background-color: #3a72db; top: 50%; left: 0; transform: translateY(-50%);}
|
.list_top .util_left p::before {content: ""; position: absolute; width: 3px; height: 14px; border-radius: 1.5px;background-color: #3a72db; top: 50%; left: 0; transform: translateY(-50%);}
|
||||||
.list_top .util_right {width: calc(100% - 100px); display: flex; align-items: center;font-size: 18px; font-weight: 300; color: #555;}
|
.list_top .util_right {width: calc(100% - 100px); display: flex; align-items: center;font-size: 18px; font-weight: 300; color: #555;}
|
||||||
@ -56,6 +56,10 @@
|
|||||||
.btn_center{text-align: center;}
|
.btn_center{text-align: center;}
|
||||||
.btn_right{text-align: right;}
|
.btn_right{text-align: right;}
|
||||||
|
|
||||||
|
/* 리스트 상세 버튼 추가 */
|
||||||
|
.btn_wrap.btn_layout02{display: flex; justify-content: space-between; margin:15px 0 30px 0;}
|
||||||
|
.btn_wrap.btn_layout02>div{width: calc(100% / 3);}
|
||||||
|
|
||||||
/* button type */
|
/* button type */
|
||||||
.btn_wrap select {height: 45px !important;}
|
.btn_wrap select {height: 45px !important;}
|
||||||
.btn_wrap button {margin: 0 1px;height: 45px; padding: 0 25px; margin: 0 2px; font-size: 18px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;}
|
.btn_wrap button {margin: 0 1px;height: 45px; padding: 0 25px; margin: 0 2px; font-size: 18px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user