Skip to content

Commit b5d89a1

Browse files
committed
fix (core): 修复 Toast 展示窗口优先性
1 parent 14f0b6c commit b5d89a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Toast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<Teleport to="body">
3-
<div class="fixed bottom-4 right-4 z-50 space-y-2 w-96">
3+
<div class="fixed z-[99999] bottom-4 right-4 space-y-2 w-96">
44
<TransitionGroup name="toast"
55
enter-active-class="transition-all duration-300 ease-out"
66
enter-from-class="transform translate-x-full opacity-0"

0 commit comments

Comments
 (0)