[WIP] Исправил баги и отображение фото

This commit is contained in:
DwCay
2023-06-29 17:24:54 +03:00
parent d082412927
commit b72886f674
6 changed files with 126 additions and 89 deletions

View File

@@ -27,6 +27,7 @@
:accept="accept",
:debounce="debounce",
:shadow-text="shadowText",
:autofocus="autofocus",
hide-bottom-space
)
template(v-slot:prepend, v-if="iconLeft")
@@ -46,6 +47,7 @@ export default {
multiple: Boolean,
circle: Boolean,
doc: Boolean,
autofocus: Boolean,
dense: {
type: Boolean,
default: true,

View File

@@ -6,7 +6,7 @@
.flex.justify-center.items-center.absolut.w-screen.h-screen.pointer-events-none
.wrapper.flex.relative.rounded-2xl(:style="{color: 'var(--default-white)'}")
.flex.absolute(:style="{color: 'var(--default-white)'}")
img.h-full.w-full.rounded-2xl(:src="picture?.photo || initPicture?.photo")
img.rounded-2xl.w-full.h-full(:src="picture?.photo || initPicture?.photo")
q-btn.btn.right(
@click="closeModal"
round,