0.1.0.0
This commit is contained in:
@@ -501,7 +501,7 @@ export default function MembersPage() {
|
||||
</div>
|
||||
|
||||
{filteredMembers.length === 0 ? (
|
||||
<div className="flex-1 flex items-center justify-center">
|
||||
<div className="flex-1 flex items-center justify-center -mt-20">
|
||||
<div className="text-center space-y-4">
|
||||
<div className="inline-flex items-center justify-center w-16 h-16 text-primary/80">
|
||||
<Search className="h-16 w-16" strokeWidth={1} />
|
||||
|
||||
@@ -63,10 +63,12 @@ export default function RelationshipTestPage() {
|
||||
<div className="min-h-screen flex flex-col bg-background">
|
||||
<SiteHeader />
|
||||
<main className="flex-1 flex items-center justify-center">
|
||||
<EmptyStateBadge
|
||||
icon={!session ? User : Users}
|
||||
text={!session ? '请先登录' : '暂无成员'}
|
||||
/>
|
||||
<div className="text-center space-y-4">
|
||||
<div className="inline-flex items-center justify-center w-16 h-16 text-primary/80">
|
||||
<Users className="h-16 w-16" strokeWidth={1} />
|
||||
</div>
|
||||
<p className="text-base text-foreground font-light tracking-wide">关系待解</p>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user