From af5b79b9a1db516f38f851c37ab9edec04f846ea Mon Sep 17 00:00:00 2001 From: walkpan Date: Fri, 15 May 2026 19:42:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(gui/mission):=20=E8=B0=83=E6=95=B4=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1prefab=E7=9A=84=E5=B8=83=E5=B1=80=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=8E=E6=BF=80=E6=B4=BB=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正了任务界面预制体的位置、尺寸、对齐边距以及默认激活状态,修复界面显示错位问题 --- assets/resources/gui/element/mission.prefab | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/resources/gui/element/mission.prefab b/assets/resources/gui/element/mission.prefab index 1d694ee6..d06de5db 100644 --- a/assets/resources/gui/element/mission.prefab +++ b/assets/resources/gui/element/mission.prefab @@ -1382,7 +1382,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": -330, - "y": 390.888, + "y": 372.03, "z": 0 }, "_lrot": { @@ -2604,7 +2604,7 @@ "__id__": 148 } ], - "_active": false, + "_active": true, "_components": [ { "__id__": 156 @@ -2621,8 +2621,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0, - "y": 208.926, + "x": 259.067, + "y": 158.268, "z": 0 }, "_lrot": { @@ -2715,7 +2715,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 510.00000000000006, "height": 50 }, "_anchorPoint": { @@ -3166,7 +3166,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 720, + "width": 510.00000000000006, "height": 50 }, "_anchorPoint": { @@ -3236,8 +3236,8 @@ }, "_alignFlags": 40, "_target": null, - "_left": 0, - "_right": 0, + "_left": 4.06699999999995, + "_right": -4.06699999999995, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, @@ -3316,7 +3316,7 @@ "_left": 30, "_right": 515, "_top": 0, - "_bottom": 260.888, + "_bottom": 242.02999999999997, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true,