|
@@ -1766,7 +1766,7 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
|
|
|
const egoAreaHeight = egoRadius * 2 + 80;
|
|
const egoAreaHeight = egoRadius * 2 + 80;
|
|
|
|
|
|
|
|
// 计算布局:三层垂直排列(帖子标签+人设匹配1层+人设匹配2层)
|
|
// 计算布局:三层垂直排列(帖子标签+人设匹配1层+人设匹配2层)
|
|
|
- const layerPadding = 30;
|
|
|
|
|
|
|
+ const layerPadding = 60;
|
|
|
const circleHeight = layerRadius[0] * 2 + layerPadding + layerRadius[1] * 2 + layerPadding + layerRadius[2] * 2 + layerPadding;
|
|
const circleHeight = layerRadius[0] * 2 + layerPadding + layerRadius[1] * 2 + layerPadding + layerRadius[2] * 2 + layerPadding;
|
|
|
const height = Math.max(circleHeight + 80, treeHeight + 80, container.clientHeight);
|
|
const height = Math.max(circleHeight + 80, treeHeight + 80, container.clientHeight);
|
|
|
|
|
|