improve overlay
This commit is contained in:
parent
5a5389b6e2
commit
0a283f92ac
@ -14,6 +14,7 @@
|
|||||||
<b-overlay
|
<b-overlay
|
||||||
:show="!isOwner"
|
:show="!isOwner"
|
||||||
rounded="sm"
|
rounded="sm"
|
||||||
|
class="p-3"
|
||||||
>
|
>
|
||||||
<template #overlay>
|
<template #overlay>
|
||||||
<div
|
<div
|
||||||
@ -29,7 +30,7 @@
|
|||||||
size="16"
|
size="16"
|
||||||
/>
|
/>
|
||||||
</b-avatar>
|
</b-avatar>
|
||||||
<p id="cancel-label">
|
<p class="mt-1 font-weight-bolder">
|
||||||
{{ blockingMsg }}
|
{{ blockingMsg }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user