feat: 修改样式

This commit is contained in:
秋水浮尘
2024-04-16 22:39:15 +08:00
parent f84a199e5c
commit 00f2d0baf7
4 changed files with 32 additions and 60 deletions

View File

@@ -27,31 +27,16 @@ export default function RankingBox(props) {
} else {
message.info('敬请期待')
}
// props.onHandleJump && props.onHandleJump()
})
const tabList =
rankingType === 2
? [
{
tab: '本月排行',
key: 'month'
},
{
tab: '总榜',
key: 'total'
}
]
: [
{
tab: '总榜',
key: 'total'
}
]
const tabList = [
{
tab: '总榜',
key: 'total'
}
]
// 获得当前下标的数据
let rankingList = contributionList || []
console.log(rankingList, 'rank list ')
return (
<div className='ranking-list-box'>
<div className='ranking-list-header'>