0.6.2.0
This commit is contained in:
@@ -48,7 +48,7 @@ export function TreeLayout({
|
||||
const [relationDialog, setRelationDialog] = useState<{ member: FamilyMember; type: "child" | "spouse" } | null>(null)
|
||||
|
||||
// 节点间距配置
|
||||
const HORIZONTAL_GAP = 32 // 2rem = 32px
|
||||
const HORIZONTAL_GAP = 16 // 1rem = 16px
|
||||
const VERTICAL_GAP = 48 // 3rem = 48px
|
||||
const CONNECTOR_HEIGHT = 48 // 连接线垂直高度
|
||||
|
||||
|
||||
Reference in New Issue
Block a user