fix: toast message not visible

When install plugin failed, it will yield an error toast. But attribute `z-index` of toast is `1090`, while `v-dialog` is `2400`
This commit is contained in:
maicss
2024-02-29 09:51:20 +08:00
committed by GitHub
parent 0e8203ae03
commit 38889acb4e

View File

@@ -105,6 +105,7 @@ onBeforeMount(() => {
fullscreen
scrollable
:scrim="false"
:z-index="1010"
transition="dialog-bottom-transition"
>
<!-- Dialog Activator -->