From 022444dffa9e7bcf0f4e0dba9faeb4a570ec8542 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Sun, 7 Mar 2021 15:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=89=AF=E6=9C=AC=E7=95=8C=E9=9D=A2=E5=9C=A8=E5=85=A8=E9=9D=A2?= =?UTF-8?q?=E5=B1=8F=E4=B8=8Bui=E5=8F=98=E5=B0=8F=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua index 79024d4e2d..79107e75cc 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/CarbonTypePanelV2.lua @@ -115,7 +115,7 @@ function CarbonTypePanelV2:InitComponent() -- 屏幕适配修改 this.btnRoot = Util.GetGameObject(self.gameObject, "btnRoot") - this.btnRoot.transform.localScale = Vector3.one * UIManager.adapterScale + -- this.btnRoot.transform.localScale = Vector3.one * UIManager.adapterScale this.dailyCarbonBtn = Util.GetGameObject(self.gameObject, "btnRoot/circle/root/DailyCarbonBtn") table.insert(carbons, this.dailyCarbonBtn)