Skip to content

Commit

Permalink
fix: 处理select 选择长选项导致样式超出的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
DesignHhuang committed Dec 5, 2024
1 parent 7ab0025 commit 86eac78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/@core/ui-kit/form-ui/src/form-render/form-field.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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="{
Expand Down

0 comments on commit 86eac78

Please sign in to comment.