Skip to content

Commit 12d467e

Browse files
authored
fix: range-picker style order #3219 (#3245)
1 parent 8a6125d commit 12d467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/date-picker/RangePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ export default defineComponent({
430430
ref={this.savePicker}
431431
id={props.id}
432432
class={classNames(props.class, props.pickerClass)}
433-
style={{ ...style, ...pickerStyle }}
433+
style={{ ...pickerStyle, ...style }}
434434
tabindex={props.disabled ? -1 : 0}
435435
onFocus={onFocus}
436436
onBlur={onBlur}

0 commit comments

Comments
 (0)