diff --git a/src/components/BattleHeader.vue b/src/components/BattleHeader.vue index 173e4c2..426e396 100644 --- a/src/components/BattleHeader.vue +++ b/src/components/BattleHeader.vue @@ -92,7 +92,7 @@ const bgColors = ["#364469", "#692735", "#934B4B", "#A98B69", "#8268A2 "]; align-items: center; justify-content: center; color: #fff9; - font-size: 14px; + font-size: 12px; margin-top: 15px; overflow: hidden; position: relative; @@ -124,7 +124,7 @@ const bgColors = ["#364469", "#692735", "#934B4B", "#A98B69", "#8268A2 "]; align-items: center; justify-content: center; color: #fff9; - font-size: 14px; + font-size: 12px; padding-top: 5px; } .player-name { diff --git a/src/components/ScoreResult.vue b/src/components/ScoreResult.vue index b57ea6d..ec81685 100644 --- a/src/components/ScoreResult.vue +++ b/src/components/ScoreResult.vue @@ -67,10 +67,8 @@ setTimeout(() => { > 本剧成绩(共{{ - result.arrows - .map((a) => a.ring) - .reduce((last, next) => last + next, 0) + >本局成绩(共{{ + result.arrows.reduce((last, next) => last + next.ring, 0) }}环):