From 38889acb4e5b7c0d9bb1aed7b6fbb67fda3e433e Mon Sep 17 00:00:00 2001 From: maicss Date: Thu, 29 Feb 2024 09:51:20 +0800 Subject: [PATCH] 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` --- src/views/plugin/PluginCardListView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/plugin/PluginCardListView.vue b/src/views/plugin/PluginCardListView.vue index 6610ebca..3528fc79 100644 --- a/src/views/plugin/PluginCardListView.vue +++ b/src/views/plugin/PluginCardListView.vue @@ -105,6 +105,7 @@ onBeforeMount(() => { fullscreen scrollable :scrim="false" + :z-index="1010" transition="dialog-bottom-transition" >