From 32bbb77bc17435d93c1486d1a43c8444a21e780a Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Mon, 19 Jun 2023 19:06:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=83=D1=81=D0=BB?= =?UTF-8?q?=D1=83=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/newCalendar/components/RecordCreationForm.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/newCalendar/components/RecordCreationForm.vue b/src/pages/newCalendar/components/RecordCreationForm.vue index 7de9892..273737e 100644 --- a/src/pages/newCalendar/components/RecordCreationForm.vue +++ b/src/pages/newCalendar/components/RecordCreationForm.vue @@ -196,7 +196,7 @@ export default { defaultWidth = defaultWidth - e.offsetWidth; if (defaultWidth <= 10) return this.otherServices.push(e); }); - this.otherColor = this.otherServices[0]?.__vnode?.props?.style.background; + this.otherColor = this.otherServices[0]?.style.background; }, }, mounted() { @@ -206,8 +206,6 @@ export default {