This commit is contained in:
kron
2025-05-10 22:16:59 +08:00
parent 0ce3b77f0a
commit 11c373f13e
7 changed files with 21 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ const handleSelect = (index) => {
</script>
<template>
<view>
<view class="container">
<AppBackground />
<Header title="排行赛" />
<view class="ranking-my-data">
@@ -105,6 +105,9 @@ const handleSelect = (index) => {
</template>
<style scoped>
.container {
padding-bottom: 15px;
}
.ranking-my-data,
.ranking-data {
display: flex;