From ce19b147d060c5cd77ccbebb10b38999d32c3b93 Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 16 Oct 2023 10:21:49 +0900 Subject: [PATCH] =?UTF-8?q?2023=2010=2016=20=EC=9E=AC=EC=A0=84=EC=86=A1=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=EC=83=81?= =?UTF-8?q?=EC=84=B8=EB=B3=B4=EA=B8=B0=20=ED=8C=9D=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp | 8 ++++---- .../WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp | 2 +- src/main/webapp/publish/css/button.css | 2 +- src/main/webapp/publish/js/popupLayer.js | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp index 2c0b4f71..62c09c36 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp @@ -3197,7 +3197,7 @@ function checkNumber(event) { - +
- + - +
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp index 8c79ca55..4a40522e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp @@ -186,7 +186,7 @@ $(document).ready(function(){ - + diff --git a/src/main/webapp/publish/css/button.css b/src/main/webapp/publish/css/button.css index e86c23e4..b21ab896 100644 --- a/src/main/webapp/publish/css/button.css +++ b/src/main/webapp/publish/css/button.css @@ -80,7 +80,7 @@ textarea:-ms-input-placeholder {font-family: 'Noto Sans KR', sans-serif; font-we .btnType22 {height:28px;padding:0 12px;font-size:14px;color:#222;background-color:#f8bd0e; font-weight:500;} .btnType22:hover {background-color:#eea301;} .btnType23 {background:#6a6c72; color:#fff; border-radius: 5px; font-size:14px; font-weight: 400; padding:4px 13px; margin:0 3px;} /*api에 사용*/ -.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼*/ +.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼 추가*/ /* 기타 반복 사용 */ /* 기타 버튼 타입 */ diff --git a/src/main/webapp/publish/js/popupLayer.js b/src/main/webapp/publish/js/popupLayer.js index b48da7a0..553ef073 100644 --- a/src/main/webapp/publish/js/popupLayer.js +++ b/src/main/webapp/publish/js/popupLayer.js @@ -141,6 +141,7 @@ function tooltip() { customPopup(); }else{} + /* 상세보기 버튼 클릭 시 레이어팝업*/ // 팝업이 보이고 있으면 마스크 노출/미노출 // 레이어 팝업 2개 뜰 경우 if($(".popup-com").is(":visible") !== true){