fix(front): service messages

This commit is contained in:
ArneBo 2025-04-07 10:56:41 +02:00
parent 4d31386944
commit b7a1efb08c
2 changed files with 2 additions and 1 deletions

View File

@ -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 }}

View File

@ -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 {