[WIP] Исправил баги и отображение фото
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user