[WIP] Добавил поля на форму создания мед карты и уведомление на некорректный номер
This commit is contained in:
@@ -28,7 +28,12 @@
|
||||
img.h-full.object-cover(:src="url + userData.photo", alt="Avatar")
|
||||
button.header-buttons(@click="openPopup")
|
||||
.icon-down-arrow.text-xxs.flex.justify-center.items-center.p-0
|
||||
base-popup.right-2.top-10(v-if="showPopup", :width="160", v-click-outside="openPopup")
|
||||
base-popup.right-2.top-10(
|
||||
corner,
|
||||
v-if="showPopup",
|
||||
:width="160",
|
||||
v-click-outside="openPopup"
|
||||
)
|
||||
.text-popup.flex.cursor-pointer.pl-2(@click="logout") Выйти
|
||||
</template>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user