diff --git a/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab b/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab index afc16a8c1e..1cbfbaa384 100644 --- a/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Popup/GeneralPopup.prefab @@ -10460,8 +10460,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: -55} - m_SizeDelta: {x: 614.31, y: 141.4} + m_AnchoredPosition: {x: 0.1, y: -55} + m_SizeDelta: {x: 954.6, y: 141.4} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &7110399066815782927 CanvasRenderer: @@ -10484,14 +10484,14 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Padding: - m_Left: 4 + m_Left: 0 m_Right: 0 m_Top: 0 m_Bottom: 0 m_ChildAlignment: 4 m_Spacing: 20 - m_ChildForceExpandWidth: 1 - m_ChildForceExpandHeight: 1 + m_ChildForceExpandWidth: 0 + m_ChildForceExpandHeight: 0 m_ChildControlWidth: 0 m_ChildControlHeight: 0 --- !u!114 &4616331231395207091 diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ResolveDismantle.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ResolveDismantle.lua index 5e07d349c3..c492aaa391 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ResolveDismantle.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ResolveDismantle.lua @@ -65,7 +65,7 @@ function this:OnShow(_parent,...) for i, v in pairs(dropList) do data[i]={v.id,v.num} end - FindFairyManager.ResetItemView(this.root,this.root.transform,itemList,4,1,sortingOrder,false,data) + FindFairyManager.ResetItemView(this.root,this.root.transform,itemList,10,1,sortingOrder,false,data) end function this:OnClose()