【适配】鸿蒙阵屏幕适配修改
parent
022444dffa
commit
3175ef5eb2
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue