This commit is contained in:
freedakgmail
2025-11-30 21:20:51 +08:00
parent a2873bf3c2
commit 025f2b619f
186 changed files with 809 additions and 653 deletions
+12 -8
View File
@@ -78,17 +78,21 @@ export default function RelationshipTestPage() {
<div className="h-screen flex flex-col bg-background">
<SiteHeader />
{/* 固定标题区域 */}
<div className="border-b bg-background/95 backdrop-blur z-10 shrink-0">
<div className="container mx-auto px-4 py-4">
<div className="max-w-4xl mx-auto">
<h1 className="text-2xl font-serif font-bold"></h1>
<p className="text-sm text-muted-foreground mt-1">
</p>
</div>
</div>
</div>
<main className="flex-1 overflow-y-auto">
<div className="container mx-auto px-4 py-6">
<div className="max-w-4xl mx-auto space-y-6">
{/* 标题 */}
<div>
<h1 className="text-3xl font-serif font-bold"></h1>
<p className="text-muted-foreground">
</p>
</div>
{/* 选择成员 */}
<Card className="border-none shadow-sm bg-card/50 backdrop-blur">
<CardHeader className="text-center pb-4">