fix: profileBanner no action

This commit is contained in:
puriphatt 2024-12-19 10:58:28 +07:00
parent 29251b1b4f
commit e15f0102fa

View file

@ -169,7 +169,7 @@ const smallBanner = ref(false);
<Transition name="slide-fade">
<div
v-if="showOverlay && !readonly"
v-if="showOverlay && !readonly && !noImageAction"
class="absolute text-caption full-width full-height"
style="border-radius: 50% 50%; overflow: hidden"
:class="{ dark: $q.dark.isActive }"