diff --git a/src/components/Form/src/Form.vue b/src/components/Form/src/Form.vue index ed7931c..6df8835 100644 --- a/src/components/Form/src/Form.vue +++ b/src/components/Form/src/Form.vue @@ -329,7 +329,11 @@ export default defineComponent({ ref={(el: any) => setComponentRefMap(el, item.field)} {...(autoSetPlaceholder && setTextPlaceholder(item))} {...setComponentProps(item)} - style={item.componentProps?.style || {}} + style={ + item.componentProps?.style || { + width: '100%' + } + } > {{ ...slotsMap }}