From 5012142805b2cc695e5dc9308e00d446d3a31fbc Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Tue, 9 Sep 2025 02:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=A5=E4=B9=89=E5=8D=A1=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Incarnation/IncarnationUpStarListPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpStarListPanel.lua b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpStarListPanel.lua index 93ea0c7f5e..5837c8dcdf 100644 --- a/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpStarListPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Incarnation/IncarnationUpStarListPanel.lua @@ -23,7 +23,7 @@ function this:InitComponent() this.Scrollbar= Util.GetGameObject(self.gameObject, "Scrollbar"):GetComponent("Scrollbar") this.ScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView,Util.GetGameObject(self.gameObject, "scroll").transform, this.cardPre, this.Scrollbar, Vector2.New(v.width, v.height), 1, 4, Vector2.New(19.32,40)) - this.ScrollView.gameObject:GetComponent("RectTransform").anchoredPosition = Vector2.New(6.78, 27) + this.ScrollView.gameObject:GetComponent("RectTransform").anchoredPosition = Vector2.New(0, 0) this.ScrollView.gameObject:GetComponent("RectTransform").anchorMin = Vector2.New(0.5, 0.5) this.ScrollView.gameObject:GetComponent("RectTransform").anchorMax = Vector2.New(0.5, 0.5) this.ScrollView.moveTween.MomentumAmount = 1