From 18443bbf95c58e9c066c23c7b0038460cc564afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=9D=B4=EC=86=94?= Date: Fri, 5 Aug 2022 14:13:31 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=88=98=EC=A0=95]=20=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=95=B4=EC=8B=9C=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=95=88=20=EB=82=98=EC=98=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/ftl/m/bf_board/view_bf_detail_board.ftl | 9 ++++++++- src/main/webapp/m/css/style.css | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl index e35c7eb..bc0f2fe 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl @@ -50,7 +50,14 @@
- ${model ['rm']['bd_tp_nm']!} + ${model ['rm']['bd_tp_nm']!} + <#if model['rm']['hashtag']?has_content > + <#list model['rm']['hashtag']?replace("#", ",")?split(",") as tag> + <#if tag?has_content> + blue<#else>green">${tag} + + +
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index eefc013..2dd1a3f 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -16025,7 +16025,8 @@ main.sona_cont_measurement { .community_view01 .tag_cont { display: flex; align-items: center; - justify-content: center; + justify-content: flex-start; + flex-wrap: wrap; } .community_view01 .tag_cont span{ @@ -16034,6 +16035,7 @@ main.sona_cont_measurement { padding: 0.4rem 0.9rem; margin-right: 0.4rem; border-radius: 50px; + margin-bottom: 5px; } .community_view01 .tag_cont #yellow{