From db866dca5295296e434fc7ad69c8de0eda494e72 Mon Sep 17 00:00:00 2001 From: isol2011 Date: Wed, 4 May 2022 14:40:58 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=ED=8D=BC=EB=B8=94=EB=A6=AC=EC=8B=B1=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20=EC=B6=94=EC=B2=9C=20=EC=8B=9D?= =?UTF-8?q?=EC=9E=AC=EB=A3=8C=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20style=20?= =?UTF-8?q?=EC=9B=90=EB=B3=B5=20=EB=B0=8F=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=9E=98=EB=A6=AC=EC=A7=80=20=EC=95=8A=EA=B2=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/m/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 51fc7d5..e25a2ae 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -9202,9 +9202,11 @@ p.selectbox { .nutrition_introduce_img_big img { display: inherit; - width: 100%; + width: 70%; max-width: 500px; margin: 0 auto; + object-fit: contain; + -o-object-fit: contain; } .nutrition_introduce_img_big span { From 0a250f0004942de0ad9eb22c69ce2c040f9c654b Mon Sep 17 00:00:00 2001 From: snut97 Date: Wed, 4 May 2022 14:43:08 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EC=B9=B4=EC=B9=B4=EC=98=A4=20=EC=86=8C?= =?UTF-8?q?=EC=85=9C=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 30 ++++---- .../backoffice/m/login/M_LoginController.java | 3 + .../java/com/backoffice/m/util/M_Util.java | 2 + .../views/ftl/m/login/kakaoLogin_callback.ftl | 73 +++++++++++++++++-- .../WEB-INF/views/ftl/m/login/view_login.ftl | 9 +++ 5 files changed, 99 insertions(+), 18 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 934e335..57d76fe 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,10 +9,11 @@