From 614fa59f600ceb140e6458bba45599d562a4fabf Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Tue, 14 Feb 2023 18:51:45 +0300 Subject: [PATCH] finished modal movement --- .../Notifications/TheNotificationProvider.vue | 4 +- src/components/TheHeader.vue | 5 - src/components/base/BaseClientFormCreate.vue | 9 +- src/components/base/BaseModal.vue | 23 ++- src/pages/calendar/TheCalendar.vue | 2 +- .../components/CalendarFormAddEvent.vue | 143 +++++++++--------- 6 files changed, 90 insertions(+), 96 deletions(-) diff --git a/src/components/Notifications/TheNotificationProvider.vue b/src/components/Notifications/TheNotificationProvider.vue index 27455c7..4002884 100644 --- a/src/components/Notifications/TheNotificationProvider.vue +++ b/src/components/Notifications/TheNotificationProvider.vue @@ -1,6 +1,6 @@