fix: profileBanner no action
This commit is contained in:
parent
29251b1b4f
commit
e15f0102fa
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ const smallBanner = ref(false);
|
||||||
|
|
||||||
<Transition name="slide-fade">
|
<Transition name="slide-fade">
|
||||||
<div
|
<div
|
||||||
v-if="showOverlay && !readonly"
|
v-if="showOverlay && !readonly && !noImageAction"
|
||||||
class="absolute text-caption full-width full-height"
|
class="absolute text-caption full-width full-height"
|
||||||
style="border-radius: 50% 50%; overflow: hidden"
|
style="border-radius: 50% 50%; overflow: hidden"
|
||||||
:class="{ dark: $q.dark.isActive }"
|
:class="{ dark: $q.dark.isActive }"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue