fix(client): fix zindex issue

This commit is contained in:
syuilo 2021-12-17 17:37:58 +09:00 committed by GitHub
parent ac82435014
commit 493ff2eed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<template>
<div class="mk-toast" style="{ zIndex }">
<div class="mk-toast" :style="{ zIndex }">
<transition name="notification-slide" appear @after-leave="$emit('closed')">
<XNotification v-if="showing" :notification="notification" class="notification _acrylic"/>
</transition>