fix: 调整 toast 位置到上方居中,避免遮挡交互组件 (#582)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-12-26 18:12:41 +08:00
committed by GitHub
parent 4faf5a7cf9
commit 2455f7c83d

View File

@@ -10,7 +10,7 @@
</script>
<ModeWatcher disableHeadScriptInjection />
<Toaster />
<Toaster position="top-center" duration={3000} />
<Sidebar.Provider>
<AppSidebar />
<Sidebar.Inset class="flex flex-col" style="height: calc(100vh - 1rem)">