diff --git a/Assets/ManagedResources/Prefabs/UI/GeneralPanel/GeneralSizeFitterPopup.prefab b/Assets/ManagedResources/Prefabs/UI/GeneralPanel/GeneralSizeFitterPopup.prefab index 31a2dc36e2..aa13cc52f2 100644 --- a/Assets/ManagedResources/Prefabs/UI/GeneralPanel/GeneralSizeFitterPopup.prefab +++ b/Assets/ManagedResources/Prefabs/UI/GeneralPanel/GeneralSizeFitterPopup.prefab @@ -6810,7 +6810,7 @@ MonoBehaviour: m_Top: 0 m_Bottom: 29 m_ChildAlignment: 0 - m_Spacing: 0 + m_Spacing: 7.38 m_ChildForceExpandWidth: 0 m_ChildForceExpandHeight: 0 m_ChildControlWidth: 0 diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua index faa89ea4fb..c5acd181ca 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua @@ -37,7 +37,7 @@ end function this:OnOpen(_parent,...) parent=_parent sortingOrder = _parent.sortingOrder - parent.title = "探索队伍" + parent.title.text = "探索队伍" local args = {...} this.data = args[1] this.typeIndex = args[2] --0 调整编队 1探索 diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua index d3153a78ef..ef7b634090 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua @@ -89,7 +89,7 @@ end function this:OnOpen(_parent,...) parent=_parent sortingOrder = _parent.sortingOrder - parent.title = "一键探索" + parent.title.text = "一键探索" local args = {...} this.data = args[1] --编队数据 this.mapDatas = args[2] --地图数据