Исправил позиционирование всплывающих окон, ограничение года календаря, бордеры сайдбара, фикс карточек ивентов, изменил стили карточки клиента

This commit is contained in:
megavrilinvv
2022-11-17 16:58:17 +03:00
parent 8f63ef9bea
commit 26dc8b37fa
17 changed files with 153 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
clients-wrapper(:open-form="openForm")
clients-wrapper(:open-form="openForm", :current-year="currentYear")
</template>
<script>
@@ -9,6 +9,7 @@ export default {
components: { ClientsWrapper },
props: {
openForm: Function,
currentYear: Number,
},
};
</script>