From 405cdba3936cd829a108f2bf2f273cd4c0ce8f58 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Jan 2025 15:39:05 +0900 Subject: [PATCH] =?UTF-8?q?25/01/02=20=EB=89=B4=EC=8A=A4=EB=A0=88=ED=84=B0?= =?UTF-8?q?=20=EC=83=81=EC=84=B8=20=ED=8C=8C=EC=9D=BC=20=EC=97=86=EC=9D=84?= =?UTF-8?q?=20=EA=B2=BD=EC=9A=B0=20=ED=8C=8C=EC=9D=BC=20=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=B6=80=EB=B6=84=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/_extra/web/user/board/newsDetail.jsp | 9 +++++++++ src/main/webapp/kofair_case_seed/usr/style/style.css | 1 + 2 files changed, 10 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/board/newsDetail.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/board/newsDetail.jsp index 8ea2bbf4..888e5685 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/board/newsDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/board/newsDetail.jsp @@ -11,6 +11,15 @@ $("#moveFrm").submit(); } } + + $(function(){ + + // 첨부파일 없을 경우 첨부파일 영역 삭제 + if($(".view_file_list li").length == 0){ + $(".view_file_list").hide(); + } + + })
diff --git a/src/main/webapp/kofair_case_seed/usr/style/style.css b/src/main/webapp/kofair_case_seed/usr/style/style.css index 02f45c2c..132113de 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/style.css +++ b/src/main/webapp/kofair_case_seed/usr/style/style.css @@ -130,6 +130,7 @@ .list_view_wrap .view_info .view_info_tit{display:inline-block;color:#888;} .list_view_wrap .view_content{font-size:1.7rem;padding:40px 24px;border-bottom:1px solid #d8d8d8;line-height:1.4;} .list_view_wrap .view_content *{font-family:'Noto Sans KR', sans-serif !important;font-weight:300;color:#222;transform: skew(-0.1deg);} +.list_view_wrap .view_content a{display:inline-block;} .list_view_wrap .view_content b{font-weight:600;} /* box */