【界面优化】法宝界面错位调整

dev_chengFeng
ZhangBiao 2021-10-28 16:51:00 +08:00
parent ab2b32a35f
commit 0903782f0e
2 changed files with 4 additions and 4 deletions

View File

@ -409,10 +409,10 @@ MonoBehaviour:
m_Padding:
m_Left: -45
m_Right: 0
m_Top: 0
m_Top: 80
m_Bottom: 0
m_ChildAlignment: 0
m_Spacing: 160
m_ChildAlignment: 1
m_Spacing: 130
m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 0
m_ChildControlWidth: 0

View File

@ -219,7 +219,7 @@ function RewardTalismanSingleShowPopup:OnShowPanelData()
end
end
end
self.equipProGridCom.spacing = 150
self.equipProGridCom.spacing = 130
if self.jumpViewList and #self.jumpViewList then
self.getTuGrid:GetComponent("RectTransform").sizeDelta = Vector2.New(911.56,self.equipProGridCom.spacing*(#self.jumpViewList))
end