Browse Source

fix: select Long option style problem (#5030)

pull/5045/head
huangxiaomin 1 year ago
committed by GitHub
parent
commit
05b4b61c6e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      packages/@core/ui-kit/form-ui/src/form-render/form-field.vue

6
packages/@core/ui-kit/form-ui/src/form-render/form-field.vue

@ -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…
Cancel
Save