diff --git a/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua b/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua index 4732c66e34..cff25f6dcd 100644 --- a/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Power/GiveMePowerPanel.lua @@ -476,7 +476,7 @@ function this.ShowRmdPanel(index) local childContent = Util.GetGameObject(childBox, "content"):GetComponent("Text") title.text = ""--GetLanguageStrById(data.DescFirst) local strList = string.split(GetLanguageStrById(data.DescSecond), "#") - childName.text = GetLanguageStrById(data.DescFirst).." "..strList[1]--"      "..strList[1] -- 空格用于调整文字的起始位置 + childName.text = GetLanguageStrById(data.DescFirst).." : "..strList[1]--"      "..strList[1] -- 空格用于调整文字的起始位置 childContent.text = "       "..strList[2] -- 全角空格可以避免自动换行 for index, heroId in ipairs(data.ItemId) do local heroData = ConfigManager.GetConfigData(ConfigName.HeroConfig, heroId)