diff --git a/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua b/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua index b655b76d7c..055ecaca5d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Bag/BagPanel.lua @@ -64,6 +64,7 @@ function BagPanel:InitComponent() this.noneImage=Util.GetGameObject(self.gameObject,"NoneImage") this.noneTxt=Util.GetGameObject(self.gameObject,"NoneImage/TextImage/Text"):GetComponent("Text") this.noneBtn=Util.GetGameObject(self.gameObject,"NoneImage/TextImage") + this.tabBox:GetComponent("RectTransform").anchoredPosition3D=Vector3.New(-540,82,0) end