细节调整
This commit is contained in:
@@ -96,8 +96,8 @@ onLoad(async (options) => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.desc > text:nth-child(2),
|
.desc > text:nth-child(1),
|
||||||
.desc > text:nth-child(4) {
|
.desc > text:nth-child(3) {
|
||||||
color: #fed847;
|
color: #fed847;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ const toRankListPage = () => {
|
|||||||
<template>
|
<template>
|
||||||
<Container title="排行赛">
|
<Container title="排行赛">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="ranking-my-data">
|
<view class="ranking-my-data" v-if="user.id">
|
||||||
<view>
|
<view>
|
||||||
<view class="user-info">
|
<view class="user-info">
|
||||||
<Avatar :src="user.avatar" frame :size="30" />
|
<Avatar :src="user.avatar" frame :size="30" />
|
||||||
|
|||||||
Reference in New Issue
Block a user