【bug】修复副本界面在全面屏下ui变小的问题

dev_chengFeng
gaoxin 2021-03-07 15:46:19 +08:00
parent 05c66c280a
commit 022444dffa
1 changed files with 1 additions and 1 deletions

View File

@ -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)