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; }