From 7dfbbb3e76159fa324e09e947165ffc533258254 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 8 Jun 2022 14:10:41 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=80=EC=98=A8=EC=95=A4=20=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=A0=81=EC=9A=A95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 남은 체크리스트 #타임라인, 일간, 주간 - ooo 모두 똑같이 보이게 수정 #분석 -> 아기건강 변경 (PPT 참고해주세요), % 표기 모두 점수로 변경 #챗봇 플로팅 버튼 모든 카테고리에서 보이도록 수정 --- .../WEB-INF/views/ftl/m/bf_board/view_bf_write_board.ftl | 4 ++-- src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl | 3 +++ .../webapp/WEB-INF/views/ftl/m/memory/memory_timeline.ftl | 4 ++++ src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl | 4 ++++ src/main/webapp/m/css/style.css | 6 +++--- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_write_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_write_board.ftl index 530f158..0f57139 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_write_board.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_write_board.ftl @@ -123,7 +123,7 @@ <#if model['lm_vote_list']?has_content> <#list model['lm_vote_list'] as item>
- +   
@@ -346,7 +346,7 @@ $('.vote_add').on('click', function () { $(".vote_list").append( "
" + - "" + + "" + "  " + "
" ); diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl index bdeb7de..ef11e56 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl @@ -111,6 +111,9 @@ + +
+<#include "/m/include/cart_script.ftl"> <#include "/m/include/index_bottom_menu.ftl"> diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_timeline.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_timeline.ftl index 6daeb61..441f058 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_timeline.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_timeline.ftl @@ -113,6 +113,10 @@ <#if model['tutorial_cnt'] == 0> <#include "/m/include/memory_tutorial.ftl"> + + +
+ <#include "/m/include/cart_script.ftl"> <#include "/m/include/index_bottom_menu.ftl"> diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl index 56201a0..e9deeb6 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl @@ -202,6 +202,10 @@
+ + +
+ <#include "/m/include/cart_script.ftl"> <#include "/m/include/index_bottom_menu.ftl"> diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index b24a125..6ccb53e 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -13352,9 +13352,9 @@ main.sona_cont_measurement { .fix_write_btn{ position: fixed; bottom:85px; - right:20px; - width:50px; - height: 50px; + right:15px; + width:45px; + height:45px; border-radius: 50%; background: #FF9C01; box-shadow: 0px 2px 6px #FF9C014D;