【适配】鸿蒙阵屏幕适配修改

dev_chengFeng
gaoxin 2021-03-07 16:19:53 +08:00
parent 022444dffa
commit 3175ef5eb2
4 changed files with 1288 additions and 1287 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3806,7 +3806,7 @@ RectTransform:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8113709451044078480}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children:

View File

@ -118,6 +118,7 @@ function HarmonyPanel:OnOpen()
--鸿蒙守卫
self.HarmonyView = SubUIManager.Open(SubUIConfig.HarmonyView,self.parent.transform)
self.HarmonyView.transform.localScale = Vector3.one * 0.95
--对选人列表的刷新
HarmonyManager:SetInitList()