增加修改和删除功能

This commit is contained in:
2025-12-24 15:20:58 +08:00
parent 1aa39e11b4
commit 31cc78038b
26 changed files with 707 additions and 492 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ function App() {
<Background />
{/* 主容器 */}
<main className="relative z-10 min-h-screen flex flex-col items-center justify-center p-4 md:p-8">
<main className="relative z-10 h-screen flex flex-col items-center justify-center p-4 md:p-8 overflow-hidden">
<AnimatedRoutes />
</main>
</BrowserRouter>