fix(front): service messages
This commit is contained in:
parent
4d31386944
commit
b7a1efb08c
|
@ -40,7 +40,7 @@ onMounted(() => {
|
||||||
<Alert
|
<Alert
|
||||||
v-if="isVisible"
|
v-if="isVisible"
|
||||||
role="alert"
|
role="alert"
|
||||||
:color="messageColor"
|
:[messageColor]="true"
|
||||||
class="is-notification"
|
class="is-notification"
|
||||||
>
|
>
|
||||||
{{ message.content }}
|
{{ message.content }}
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
|
background-color: var(--background-color);
|
||||||
|
|
||||||
&.fade-enter-active,
|
&.fade-enter-active,
|
||||||
&.fade-leave-active {
|
&.fade-leave-active {
|
||||||
|
|
Loading…
Reference in New Issue