[WIP] Добавил поля на форму создания мед карты и уведомление на некорректный номер

This commit is contained in:
megavrilinvv
2022-12-14 18:00:57 +03:00
parent 09c60c775f
commit a20bf2d11f
7 changed files with 177 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
.flex.flex-col.items-end.absolute
.corner
.corner(v-if="!corner")
.popup-wrapper.flex.flex-col.gap-y-3.p-4.h-fit(:style="{ width : width + 'px' }")
slot
</template>
@@ -12,6 +12,7 @@ export default {
width: Number,
top: Number,
right: Number,
corner: Boolean,
},
};
</script>