From 65189dfa36ccf12f687b04f4ed35ade90ebcff2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=9D=B4=EC=86=94?= Date: Tue, 10 May 2022 16:07:42 +0900 Subject: [PATCH] =?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=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0?= =?UTF-8?q?=20=EC=83=81=EC=84=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80:=20?= =?UTF-8?q?=EB=B3=B8=EB=AC=B8=20size,=20resize=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl | 8 +++++++- src/main/webapp/m/css/style.css | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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 33ae70a..5ba7212 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 @@ -131,7 +131,7 @@
- +
@@ -812,6 +812,12 @@ $(".community_write_review").hide(); + var contentHeight = $(".b_content"); + if (contentHeight) { + contentHeight.each(function(){ + $(this).height(this.scrollHeight); + }); + } }); diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 7f70ef0..11b4817 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -16589,6 +16589,13 @@ main.sona_cont_measurement { margin-left: 10px; } +.community_view01 .vote_cont .b_content { + width: 100%; + resize: none; + border: none; + overflow: hidden; +} + /* 13-19.커뮤니티-투표-게시글등록 */ .community_write_vote { margin-top: 10px;