From 3c2012da46a1883503871d91556ca93712c095f1 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 23 Jan 2025 17:32:36 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=82=AC=EB=A0=B9=ED=84=B4=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=B6=88=EA=B0=80=EB=8A=A5=ED=95=9C=20=ED=84=B4?= =?UTF-8?q?=EC=9D=B4=20=EB=B3=84=EB=8F=84=20=EA=B0=95=EC=A1=B0=EA=B0=80=20?= =?UTF-8?q?=EC=97=86=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/gameEvent.scss | 23 -------------------- hwe/ts/components/CommandSelectForm.vue | 29 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/hwe/scss/gameEvent.scss b/hwe/scss/gameEvent.scss index aea64de5..4e7433fc 100644 --- a/hwe/scss/gameEvent.scss +++ b/hwe/scss/gameEvent.scss @@ -31,29 +31,6 @@ font-size: 0; } - -.compensatePositive { - color: $cyan; - display: inline-block; - width: 1rem; -} - -.compensateNegative { - color: $red; - display: inline-block; - width: 1rem; -} - -.compensateNeutral{ - display: inline-block; - width: 1rem; -} - -.commandImpossible { - color: $red; - text-decoration: line-through $red; -} - .t_date { font-size: 0.75em; } diff --git a/hwe/ts/components/CommandSelectForm.vue b/hwe/ts/components/CommandSelectForm.vue index 88d886f3..2e9c2c31 100644 --- a/hwe/ts/components/CommandSelectForm.vue +++ b/hwe/ts/components/CommandSelectForm.vue @@ -205,7 +205,10 @@ defineExpose({ }); -