From 7132aeab0cb7e1a80eebc9b64e8aab678d9a2fa0 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 26 Mar 2023 00:48:05 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20installVue3Components()=20=ED=98=B8?= =?UTF-8?q?=EC=B6=9C=EB=B6=80=20=ED=86=B5=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/processing.scss | 4 ++-- hwe/ts/PageBattleCenter.vue | 13 ++++++------- hwe/ts/v_battleCenter.ts | 6 ++++-- hwe/ts/v_board.ts | 1 - hwe/ts/v_processing.ts | 7 +++---- hwe/v_battleCenter.php | 2 +- hwe/v_processing.php | 2 +- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/hwe/scss/processing.scss b/hwe/scss/processing.scss index f7b30cc0..4af22d97 100644 --- a/hwe/scss/processing.scss +++ b/hwe/scss/processing.scss @@ -17,7 +17,7 @@ @include media-1000px{ - #container { + #app { width: 1000px; margin: 0 auto; } @@ -28,7 +28,7 @@ overflow-x: hidden; } - #container { + #app { width: 500px; margin: 0 auto; } diff --git a/hwe/ts/PageBattleCenter.vue b/hwe/ts/PageBattleCenter.vue index 37039a31..6c272637 100644 --- a/hwe/ts/PageBattleCenter.vue +++ b/hwe/ts/PageBattleCenter.vue @@ -72,14 +72,9 @@ -