From e653bee47d103c58fa7d2dc59a1a53fd359d2ab1 Mon Sep 17 00:00:00 2001 From: isol2011 Date: Tue, 2 Aug 2022 20:18:49 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=88=98=EC=A0=95]=20UI=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl | 2 +- src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl | 7 ++++++- src/main/webapp/m/css/style.css | 6 ++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl index 911034e..9e63399 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_cart_popup.ftl @@ -47,7 +47,7 @@ -
+
* 구매가 필요한 식재료를 장바구니에 담아서 한 눈에 확인할 수 있습니다.
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 28250b8..af657db 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 @@ -204,7 +204,12 @@ -
+
+ <#include "/m/include/cart_script.ftl"> <#include "/m/include/chatbot_script_top.ftl"> diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 5d863a4..eefc013 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -15666,6 +15666,9 @@ main.sona_cont_measurement { border-radius: 10px; color: #fff; font-size: 0.8rem; + display: flex; + justify-content: center; + align-items: center; } .description { @@ -17491,6 +17494,9 @@ color: white; color: white; border-radius: 4px; height: 40px; + display: flex; + justify-content: center; + align-items: center; } .cart_list .item img{