细节调整
This commit is contained in:
@@ -88,7 +88,7 @@ const comingSoon = () => {
|
||||
<template>
|
||||
<view
|
||||
class="root-container"
|
||||
:style="{ paddingTop: isIos ? '86rpx' : '70rpx' }"
|
||||
:style="{ paddingTop: isIos ? '100rpx' : '70rpx' }"
|
||||
>
|
||||
<AppBackground />
|
||||
<UserHeader showRank :onSignin="() => (showModal = true)" />
|
||||
@@ -125,7 +125,7 @@ const comingSoon = () => {
|
||||
@click="() => toPage('/pages/ranking')"
|
||||
hover-class="none"
|
||||
></button>
|
||||
<view class="ranking-players">
|
||||
<view class="ranking-players" @click="toRankListPage">
|
||||
<img src="../static/juezhanbang.png" mode="widthFix" />
|
||||
<view class="divide-line"></view>
|
||||
<view class="player-avatars">
|
||||
@@ -146,7 +146,7 @@ const comingSoon = () => {
|
||||
</view>
|
||||
</block>
|
||||
</block>
|
||||
<view class="more-players" @click="toRankListPage">
|
||||
<view class="more-players">
|
||||
<text>{{ rankData.rank.length }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user