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; } +