细节调整
This commit is contained in:
@@ -262,7 +262,7 @@ const toRankListPage = () => {
|
||||
/>
|
||||
<view v-if="index > 2">{{ index + 1 }}</view>
|
||||
<image
|
||||
:src="item.avatar"
|
||||
:src="item.avatar || '../static/user-icon.png'"
|
||||
mode="widthFix"
|
||||
:style="{ borderColor: index < 3 ? topThreeColors[index] : '' }"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user