0.3.0.2
This commit is contained in:
@@ -184,16 +184,16 @@ export function MemberVersionHistory({ memberId, treeId, onVersionSelect, lastUp
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="w-full overflow-hidden">
|
||||
<p className="text-sm text-muted-foreground mb-4">
|
||||
共 {history.length} 个版本
|
||||
</p>
|
||||
<ScrollArea className="h-[calc(100vh-300px)] pr-4">
|
||||
<div className="space-y-6">
|
||||
<ScrollArea className="h-[400px] w-full">
|
||||
<div className="space-y-6 pr-4">
|
||||
{history.map((record) => (
|
||||
<div
|
||||
key={record.id}
|
||||
className="p-4 rounded-lg border border-border bg-card shadow-sm"
|
||||
className="p-4 rounded-lg border border-border bg-card shadow-sm overflow-hidden"
|
||||
>
|
||||
{/* 版本头部 */}
|
||||
<div className="flex items-center justify-between mb-3 pb-3 border-b border-border">
|
||||
|
||||
Reference in New Issue
Block a user