diff --git a/packages/components/input/src/input.vue b/packages/components/input/src/input.vue index b36cbf0a06..e2a4f71448 100644 --- a/packages/components/input/src/input.vue +++ b/packages/components/input/src/input.vue @@ -276,7 +276,6 @@ const passwordIcon = computed(() => ) const containerStyle = computed(() => [ rawAttrs.style as StyleValue, - props.inputStyle, ]) const textareaStyle = computed(() => [ props.inputStyle,