From 28dafba7b6e53a6f3983bdbee06210958d086985 Mon Sep 17 00:00:00 2001 From: Shallwe Date: Fri, 27 Jan 2023 13:53:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(67):=20=EC=B2=B4=ED=81=AC=EB=A5=BC=20?= =?UTF-8?q?=ED=95=98=EB=A9=B4=20'=EC=A7=80=EB=82=9C=20=EC=98=88=EB=B0=A9?= =?UTF-8?q?=EC=A0=91=EC=A2=85'=EC=9C=BC=EB=A1=9C=20=EB=84=98=EC=96=B4?= =?UTF-8?q?=EA=B0=80=EB=8A=94=20=EA=B1=B8=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/ftl/m/bf_growth/vac_schedule.ftl | 1 + src/main/webapp/m/css/style.css | 8 ++++++++ 2 files changed, 9 insertions(+) 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 8aac7bb..47e248d 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 @@ -108,6 +108,7 @@
${item['recmnd_month']!}
+
${item['dv_disease']!}
권장일
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index f3347bc..6569b7e 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -17579,4 +17579,12 @@ color: white; display: flex; justify-content: center; align-items: center; +} +.content_pick{ + position: relative; +} +.content_pick #agree_grain{ + position: absolute; + top:40%; + right: 15px; } \ No newline at end of file