fix: select Long option style problem (#5030)
parent
7ab00250bf
commit
05b4b61c6e
|
@ -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="{
|
||||
|
|
Loading…
Reference in New Issue