*
lsh
2025-08-19 5e87bf60f9e830a30ec18e75f68f0f32541e7114
src/main/webapp/views/index.html
@@ -596,8 +596,8 @@
                    const basePos = this.convertToCSSPosition(svgX, svgY);
                    // 示例:向右偏移半径的距离(可根据需求调整偏移方向)
                    return {
                        x: basePos.x -14,
                        y: basePos.y -14
                        x: basePos.x -16.5,
                        y: basePos.y -16.5
                    };
                },
                // 更新body尺寸