(사용자) 신청목록 내용 없을 경우 크기 조정, z 텍스트 삭제

This commit is contained in:
subsub 2025-10-16 17:00:46 +09:00
parent e80d63b9c8
commit ac5058a58c
3 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@
}
$(document).ready(function (){
});
</script>z
</script>
<!-- 찾교 기존 공통 시작-->
<c:if test="${!fn:contains(URL , 'main/mainPage.')}">

View File

@ -642,7 +642,7 @@ $(document).ready(function(){
</tr>
</c:forEach>
<c:if test="${empty list}">
<tr><td colspan="4"><spring:message code="common.nodata.msg" /></td></tr>
<tr><td colspan="5"><spring:message code="common.nodata.msg" /></td></tr>
</c:if>
</tbody>
</table>

View File

@ -73,7 +73,7 @@ header nav .logo{display:flex;height:90px;align-items:center;}
header nav .logo img{margin:-20px 0 0 0;}
header nav .menu_area{display:flex;gap:100px;}
header nav .menu{display:flex;gap:60px;}
header nav .depth01{display:flex;height:90px;font-size:2.8rem;font-weight:600;color:#333;border-bottom:3px solid transparent;align-items:center;box-sizing:border-box;}
header nav .depth01{display:flex;height:90px;font-size:2.5rem;font-weight:600;color:#333;border-bottom:3px solid transparent;align-items:center;box-sizing:border-box;}
header nav li:hover .depth01{border-bottom:3px solid var(--primary-color);color:var(--primary-color)}
.depth02_wrap{position:absolute;display:flex;width:100%;height:0;left:0;overflow:hidden;transition:height .5s;}
@ -99,7 +99,7 @@ nav .btn_identify i{display:inline-block;width:100%;height:100%;background:url(/
.all_menu_wrap .btn_close i{display:inline-block;width:100%;height:100%;background:url(/ipedu/visitEdu/usr/publish/images/common/icon_close.png) no-repeat center center;}
.all_menu_wrap .menu{display:flex;margin:45px 0 0 0;gap:20px;}
.all_menu_wrap .menu>li{width:calc((100% / 5) - 20px);}
.all_menu_wrap .menu>li{width:calc((100% / 4) - 20px);}
.all_menu_wrap .menu .depth01{display:flex;width:100%;min-height:80px;font-size:2.1rem;font-weight:500;color:#fff;text-align:center;padding:10px;line-height:1.4;background:var(--primary-color);border-radius:10px;justify-content:center;align-items:center;box-sizing:border-box;transition:all .3s;}
.all_menu_wrap .menu .depth01:hover{background:var(--primary-color-hover);}
.all_menu_wrap .menu .depth02{display:flex;flex-direction:column;padding:0 20px;margin:32px 0 0 0;gap:25px;}