diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_JinJieYuLan.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_JinJieYuLan.lua index b8fe821197..9a2aa8242d 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_JinJieYuLan.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/View/GeneralBigPopup_JinJieYuLan.lua @@ -124,7 +124,7 @@ function this:OnShow(_parent,_Data) itemList[k][n] = newObjToParent(self.upStarPre,itemList[k].k[3]) end end - itemList[k][n].transform.localScale = Vector3.New(0.8,0.8,0.8) + itemList[k][n].transform.localScale = Vector3.New(0.7,0.7,0.7) local proImage = Util.GetGameObject(itemList[k][n], "iconbg/proImage"):GetComponent("Image") local iconDefault = Util.GetGameObject(itemList[k][n],"iconDefault") local icon = Util.GetGameObject(itemList[k][n],"icon"):GetComponent("Image")