2024/03/20 모바일 레이아웃 수정
This commit is contained in:
parent
6d31be04d6
commit
639b584c37
@ -199,7 +199,7 @@
|
||||
</c:choose>
|
||||
|
||||
<td>
|
||||
<span class="read_only m_th_text">조정상태</span>
|
||||
<span class="m_th_text">조정상태</span>
|
||||
<c:choose>
|
||||
<c:when test="${list.statCd eq KccadrConstants.ADR_UPDT_APPR or list.statCd eq KccadrConstants.ADR_SUPP_REQ}">
|
||||
<p class="status_write" onclick="fncSecurityPop('${list.adrSeq}','${list.edtTy}','${list.edtSn}')" style="cursor: pointer"><kc:code codeId="CC022" code="${list.statCd}"/></p>
|
||||
@ -210,7 +210,7 @@
|
||||
</c:choose>
|
||||
</td>
|
||||
<td>
|
||||
<span class="read_only m_th_text">사건진행</span>
|
||||
<span class="m_th_text">사건진행</span>
|
||||
<c:choose>
|
||||
<c:when test="${list.statCd eq KccadrConstants.ADR_UPDT_APPR or list.statCd eq KccadrConstants.ADR_SUPP_REQ}">
|
||||
<p class="status_write" onclick="fncSecurityPop('${list.adrSeq}','${list.edtTy}','${list.edtSn}')" style="cursor: pointer"><kc:code codeId="CC022" code="${list.statCd}"/></p>
|
||||
|
||||
@ -76,7 +76,7 @@ function addText(exmpCd){
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<c:forEach var="list" items="${exmpList}" varStatus="status" begin="0" end="0">
|
||||
<div class="work_flow_wrap">
|
||||
<div class="work_flow_wrap work_wrap">
|
||||
<div class="work_tit">
|
||||
<!-- <p>예문 예시</p> -->
|
||||
<!-- <button type="button" title="열림" class="btn_open"><i></i></button> -->
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
|
||||
@media all and (max-width: 1280px){
|
||||
.work_flow_wrap{display: none;}
|
||||
.work_wrap{display: block;}
|
||||
.opinions_fixed {width:80px;height:80px;right:20px;bottom:205px;margin-right:0;border-radius:30px;}
|
||||
.opinions_fixed button i {background-size:43px;}
|
||||
}
|
||||
@ -297,7 +298,7 @@
|
||||
.usr_dashboard .box_wrap{flex-wrap: wrap;}
|
||||
.usr_dashboard .box{display: flex; width: calc((100% - 20px)/2); margin-bottom: 20px; text-align: left; padding-left: 20px;}
|
||||
.usr_dashboard .box i{margin-bottom: 0; margin-right: 15px;}
|
||||
.usr_dashboard .tb_list01 tbody .td_respondent{width: 50%; max-width: 243px; align-items: center; padding-bottom: 0;}
|
||||
.usr_dashboard .tb_list01 tbody .td_respondent{width: 50%; max-width: 100%; align-items: center; padding-bottom: 0;}
|
||||
.usr_dashboard .tb_list01 tbody .td_sort{width: 50%;}
|
||||
/* //대시보드 */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user