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