From f0839ade88547f9d7b24e91e59866da93e789c16 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 14 Dec 2021 02:05:59 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80,=20=EC=9E=84=EA=B4=80=EA=B6=8C=EC=9C=A0=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=97=90=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/common_legacy.scss | 1 + hwe/scss/main.scss | 2 +- hwe/ts/v_join.ts | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hwe/scss/common_legacy.scss b/hwe/scss/common_legacy.scss index 1b0efaf5..85fe1bc2 100644 --- a/hwe/scss/common_legacy.scss +++ b/hwe/scss/common_legacy.scss @@ -1,4 +1,5 @@ @import "./common/bootstrap5.scss"; +@import "./editor_component.scss"; html * { max-height: 1000000px; diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index 735d8d69..a8a62ab3 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -1,6 +1,6 @@ @import "./common/break_500px.scss"; @import "./common/bootstrap5.scss"; - +@import "./editor_component.scss"; body { color: white; background-color: black; diff --git a/hwe/ts/v_join.ts b/hwe/ts/v_join.ts index 122b3a72..748ea326 100644 --- a/hwe/ts/v_join.ts +++ b/hwe/ts/v_join.ts @@ -2,6 +2,6 @@ import { createApp } from 'vue' import PageJoin from '@/PageJoin.vue'; import BootstrapVue3 from 'bootstrap-vue-3' import "@scss/common/bootstrap5.scss"; -import 'bootstrap-vue-3/dist/bootstrap-vue-3.css' +import "@scss/editor_component.scss"; createApp(PageJoin).use(BootstrapVue3).mount('#app') \ No newline at end of file