From 73eebe80e0b0ad668b5a7dac9b78bf10740609c6 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Wed, 29 Dec 2021 14:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A2=E7=B4=A2=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefabs/UI/GeneralPanel/GeneralSizeFitterPopup.prefab | 2 +- .../GeneralSizeFitterPopup_ExploreSelectFormation.lua | 2 +- .../GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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] --地图数据