From 27a978f0434ab35639ab09396f81529a89c4a253 Mon Sep 17 00:00:00 2001 From: huanghaipeng Date: Wed, 17 Dec 2025 17:35:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=A1=8C=E8=AF=81=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/shop/script/passCheckItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/shop/script/passCheckItem.ts b/assets/shop/script/passCheckItem.ts index 42650d0..c5ed84a 100644 --- a/assets/shop/script/passCheckItem.ts +++ b/assets/shop/script/passCheckItem.ts @@ -315,7 +315,7 @@ export default class PassCheckItem extends cc.Component { } else if (digitCount == 3) { num_x.x = num1.x - offset * num_xWidth - 25; } else if (digitCount == 1) { - num_x.x = num1.x - 5; + num_x.x = num1.x - 60; } }