细节调整

This commit is contained in:
kron
2025-07-11 00:47:34 +08:00
parent e764160633
commit 566f07080a
17 changed files with 113 additions and 110 deletions

View File

@@ -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] : '' }"
/>