UI细节调整
This commit is contained in:
@@ -54,6 +54,7 @@ const checkBowData = () => {
|
||||
});
|
||||
}
|
||||
};
|
||||
const topThreeColors = ["#FFD947 ", "#D2D2D2", "#FFA515"];
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -126,7 +127,11 @@ const checkBowData = () => {
|
||||
mode="widthFix"
|
||||
/>
|
||||
<view v-if="index > 2" class="view-crown">{{ index + 1 }}</view>
|
||||
<Avatar :src="player.avatar" :size="36" />
|
||||
<Avatar
|
||||
:src="player.avatar"
|
||||
:size="36"
|
||||
:borderColor="topThreeColors[index] || ''"
|
||||
/>
|
||||
<view class="player-title">
|
||||
<text>{{ player.name }}</text>
|
||||
<text>钻石三级</text>
|
||||
|
||||
Reference in New Issue
Block a user