From e79bbf207c6f757c95cd6d704fc810f840653ec5 Mon Sep 17 00:00:00 2001 From: yoon Date: Tue, 18 Mar 2025 10:42:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/custom.css | 8 ++++++++ src/components/editor/QEditor.vue | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index d88826d..1471332 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -22,6 +22,14 @@ } /* board end */ + +/* Qeditor */ +.ql-editor { + min-height: 300px; + font-family: 'Nanum Gothic', sans-serif; +} +/* Qeditor end */ + /* 에러페이지 */ /* 전체 화면을 덮는 스타일 */ .error-page { diff --git a/src/components/editor/QEditor.vue b/src/components/editor/QEditor.vue index ed4da81..4f4132e 100644 --- a/src/components/editor/QEditor.vue +++ b/src/components/editor/QEditor.vue @@ -217,10 +217,3 @@ }); -