diff --git a/src/views/Ranking/GamesKing/index.vue b/src/views/Ranking/GamesKing/index.vue index 2b8994f..82a2dec 100644 --- a/src/views/Ranking/GamesKing/index.vue +++ b/src/views/Ranking/GamesKing/index.vue @@ -151,17 +151,20 @@ +
@@ -192,7 +195,7 @@ :avatarUrl="historyTopList[historyTopIndex].topUser.avatar" :name="historyTopList[historyTopIndex].topUser.nickname" :distributionValue="historyTopList[historyTopIndex].topUser.quantity || ''" - style="width: 90%" + style="flex: 1; min-width: 0" @click="viewUserInfo(historyTopList[historyTopIndex].topUser.userId)" /> @@ -220,17 +223,33 @@ />
+ + +
+ {{ historyTopList[historyTopIndex].cycleDisplay }} +