玉虚奖励页面优化

PC-202302260912\Administrator 2024-07-09 11:04:57 +08:00
parent 3c3eeab67d
commit b145778c05
2 changed files with 6 additions and 6 deletions

View File

@ -750,8 +750,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -139.68, y: 8.7}
m_SizeDelta: {x: 100, y: 50}
m_AnchoredPosition: {x: -127, y: 21}
m_SizeDelta: {x: 150, y: 75}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1092375716878864616
CanvasRenderer:
@ -774,7 +774,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.8352942, g: 0.77647066, b: 0.6627451, a: 1}
m_Color: {r: 0.9433962, g: 0.69005066, b: 0.20024922, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -783,7 +783,7 @@ MonoBehaviour:
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3}
m_FontSize: 30
m_FontSize: 50
m_FontStyle: 0
m_BestFit: 0
m_MinSize: 0

View File

@ -219,8 +219,8 @@ function this.ShowRewardInfo()
return a.RankId>b.RankId
end)
this.arenaBottom.gameObject:SetActive(false)
this.ScrollView:SetRectTransform(Vector2.New(916,910))
this.ScrollView:SetRectPosition(Vector3.New(0,27.8,0))
this.ScrollView:SetRectTransform(Vector2.New(916,979))
this.ScrollView:SetRectPosition(Vector3.New(0,-6.7,0))
elseif tabNum==2 then
this.rankTitle.text="排名"
for _, configInfo in ConfigPairs(ConfigList[tabNum]) do