From a5bd4e9374329b7a61683e49523561bda647ef8e Mon Sep 17 00:00:00 2001 From: isol Date: Thu, 2 Feb 2023 15:31:14 +0900 Subject: [PATCH] =?UTF-8?q?commit(72):=206.=20=EC=95=8C=EB=A6=BC=20?= =?UTF-8?q?=ED=91=9C=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl | 13 +++++++++++-- src/main/webapp/m/css/style.css | 7 +++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl index 2d65e51..f3d3e07 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl @@ -124,11 +124,17 @@ - +
- + +
+ + + +
+ <#if model['rm_vac_schedule']? has_content> <#list model['rm_vac_schedule'] as item>
@@ -209,6 +215,9 @@ $('html, body').animate({scrollTop:0}, 'slow'); return false; }); + $(".info").on("click", function () { + Swal.fire({text: '표준예방일정에 따라 접종하지 못한 경우(지연접종, 미접종 등) 다음 차수에 대한 예방접종일정이 다를 수 있으므로 자세한 예방접종일정은 방문하실 보건소 및 병의원에 확인하시기 바랍니다.'}).then((result)=>{}) + }) diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index a6a9262..634afdc 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -16006,6 +16006,13 @@ main.sona_cont_measurement { margin: 20px 10px 0; } +.healthcheckup_list .info { + margin: 10px 10px 0; + display: flex; + justify-content: end; + cursor: pointer; +} + .healthcheckup_list .list { margin-bottom: 40px; }