diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index bc8a8b5822..1440219a52 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -411,6 +411,9 @@ export default { responsiveOptions() { this.destroyResponsiveStyleElement(); this.createResponsiveStyle(); + }, + currentView() { + Promise.resolve(null).then(() => this.alignOverlay()); } }, methods: {