From 65f4d77fc1fe850fd0cd76c1dacd16556c210f68 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 29 Jul 2025 13:49:50 +0800 Subject: [PATCH] style(stage-ui): combobox --- .../ui/src/components/Form/Combobox/Combobox.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/ui/src/components/Form/Combobox/Combobox.vue b/packages/ui/src/components/Form/Combobox/Combobox.vue index 4b0a7b5c6..a20233273 100644 --- a/packages/ui/src/components/Form/Combobox/Combobox.vue +++ b/packages/ui/src/components/Form/Combobox/Combobox.vue @@ -31,8 +31,8 @@ function toDisplayValue(value: any): string { > - +
- + {{ option.label }}