From 43c5cace944b9effb472011e67748ea065272202 Mon Sep 17 00:00:00 2001 From: panw Date: Wed, 8 Apr 2026 17:10:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4H=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E9=A2=84=E5=88=B6=E4=BD=93=E5=B8=83=E5=B1=80=E4=B8=8E=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整节点位置Y坐标、容器高度及顶部边距,解决布局错位问题,确保视觉元素正确对齐。 --- assets/resources/gui/element/hnode.prefab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/resources/gui/element/hnode.prefab b/assets/resources/gui/element/hnode.prefab index 2e4856c4..d05d4f38 100644 --- a/assets/resources/gui/element/hnode.prefab +++ b/assets/resources/gui/element/hnode.prefab @@ -579,7 +579,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 67.5, - "y": 4.769999999999996, + "y": 2.385000000000005, "z": 0 }, "_lrot": { @@ -673,7 +673,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 135, - "height": 165 + "height": 160.23000000000002 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1510,7 +1510,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 135, - "height": 165 + "height": 160.23000000000002 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1539,7 +1539,7 @@ "_target": null, "_left": 0, "_right": 0, - "_top": -12.269999999999989, + "_top": -7.5, "_bottom": -2.7300000000000058, "_horizontalCenter": 0, "_verticalCenter": 0,