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)