diff --git a/components/date-picker/RangePicker.tsx b/components/date-picker/RangePicker.tsx index 1bff2f4c92..8b7305551e 100644 --- a/components/date-picker/RangePicker.tsx +++ b/components/date-picker/RangePicker.tsx @@ -430,7 +430,7 @@ export default defineComponent({ ref={this.savePicker} id={props.id} class={classNames(props.class, props.pickerClass)} - style={{ ...style, ...pickerStyle }} + style={{ ...pickerStyle, ...style }} tabindex={props.disabled ? -1 : 0} onFocus={onFocus} onBlur={onBlur}