mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
fix: select Long option style problem (#5030)
This commit is contained in:
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
Block a user