From add9c57de1a3fb708b1e5eb2a0bf9ee527f01727 Mon Sep 17 00:00:00 2001 From: chenxi Date: Thu, 27 Apr 2023 19:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/first/first.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/app/first/first.lua b/lua/app/first/first.lua index 91c2ccd2..52f491a5 100644 --- a/lua/app/first/first.lua +++ b/lua/app/first/first.lua @@ -492,7 +492,7 @@ function First:showDialog(contentStr, callback) self.cancelBtnTrans.gameObject:SetActive(false) self.confirmBtnTrans.localPosition = { x = 0, - y = -161, + y = -95, z = 0 } end @@ -506,8 +506,8 @@ function First:showDialogComplex(contentStr, okCallback, cancelCallback, confirm self.cancelCallback = cancelCallback self.cancelBtnTrans.gameObject:SetActive(true) self.confirmBtnTrans.localPosition = { - x = 138, - y = -161, + x = 124, + y = -95, z = 0 } end