From a036f1c4bbacf9533761ae88573df71debb8d5ac Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 15 Apr 2022 20:11:21 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=ED=84=B4=20=EC=84=A0=ED=83=9D=EA=B8=B0?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=BB=A4=EB=A7=A8=EB=93=9C=20=ED=95=AD?= =?UTF-8?q?=EB=AA=A9=20=EB=86=92=EC=9D=B4=EB=A5=BC=20=EC=A1=B0=EC=A0=88=20?= =?UTF-8?q?=EB=B0=8F=20=EA=B0=80=EC=9A=B4=EB=8D=B0=20=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/components/CommandSelectForm.vue | 31 +++++++++++++++---------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/hwe/ts/components/CommandSelectForm.vue b/hwe/ts/components/CommandSelectForm.vue index 5e005009..c9440b26 100644 --- a/hwe/ts/components/CommandSelectForm.vue +++ b/hwe/ts/components/CommandSelectForm.vue @@ -31,18 +31,20 @@ @click="close(commandItem.value)" >
-

- {{ commandItem.simpleName }} - - -

- - {{ - commandItem.title.startsWith(commandItem.simpleName) - ? commandItem.title.substring(commandItem.simpleName.length) - : commandItem.title - }} - +
+

+ {{ commandItem.simpleName }} + + +

+ + {{ + commandItem.title.startsWith(commandItem.simpleName) + ? commandItem.title.substring(commandItem.simpleName.length) + : commandItem.title + }} + +
@@ -207,5 +209,10 @@ defineExpose({ cursor: pointer; padding: 0.1em; margin: 0; + min-height: 2.8em; + display: flex; + align-items: center; + justify-content: center; } +