fix: select Long option style problem (#5030)

pull/58/MERGE
huangxiaomin 2024-12-05 11:22:35 +08:00 committed by GitHub
parent 7ab00250bf
commit 05b4b61c6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -298,7 +298,11 @@ function autofocus() {
>
{{ label }}
</FormLabel>
<div :class="cn('relative flex w-full items-center', wrapperClass)">
<div
:class="
cn('relative flex w-full items-center overflow-hidden', wrapperClass)
"
>
<FormControl :class="cn(controlClass)">
<slot
v-bind="{