WIP Переместила форму, добавила click-outside

This commit is contained in:
Daria Golova
2022-11-15 12:18:40 +03:00
parent 016e08cf71
commit c54014ad5f
3 changed files with 27 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.flex-col.gap-y-6.pt-6.pb-7.px-8.event-form.fixed.right-0.bottom-4
.flex.flex-col.gap-y-6.pt-6.pb-7.px-8.event-form.fixed.right-0.bottom-4(v-click-outside="clearForm")
.flex.justify-between
span.title.text-xl.font-bold {{!selectedEventData.id ? "Назначение события" : "Изменение события"}}
.flex.pt-2