huangxiaomin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
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="{ |
|
|
|
|