From 9e6d433efbab5f5110d62f414e82775a19487fa5 Mon Sep 17 00:00:00 2001 From: subsub Date: Mon, 6 Nov 2023 14:38:50 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/06=20=EC=A1=B0=EC=A0=95=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EB=AF=BC=EC=9B=90=EC=84=9C=EC=8B=9D=20=EB=8B=A4?= =?UTF-8?q?=EC=9A=B4=EB=A1=9C=EB=93=9C=20=ED=8C=9D=EC=97=85=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/kccadrPb/usr/script/popup.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/kccadrPb/usr/script/popup.js b/src/main/webapp/kccadrPb/usr/script/popup.js index 8edef851..5ab936ac 100644 --- a/src/main/webapp/kccadrPb/usr/script/popup.js +++ b/src/main/webapp/kccadrPb/usr/script/popup.js @@ -50,6 +50,11 @@ function tooltip() { showTarget.find('.tooltip-close').data('activeTarget', t); $(".mask").show(); + + if($(".popup_tit>p").text() == "조정관련 민원서식 다운로드"){ + $(".info_popup").css({"height":"90vh"}); + $(".popup_cont").css({"max-height":"calc(100% - 50px)","overflow-y":"scroll"}); + }else{} }