From 50040fd1f45c55fd7a865eba1779a9a7c1bd7bb0 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Thu, 27 Nov 2025 18:15:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=A2=84=E8=AE=BE=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/GeneralPanel/View/GeneralBigPopup_JinJieYuLan.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")