If you use V-if to switch between different date pickers, positioning errors will occur.

Actual renderings:

Solution: Do not use V-if to show hide, use V-show to show hide for date picker.

Actual renderings:

Source: CSDN