diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index dbf99f437..5ffb617a6 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -322,6 +322,7 @@ export default { mounted() { if (this.inline && !this.$attrs.disabled) { this.initFocusableCell(); + this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px'; } }, updated() {