diff --git a/pages/score-list-multi/score-list-multi.vue b/pages/score-list-multi/score-list-multi.vue index 9e6bc19..a851a77 100644 --- a/pages/score-list-multi/score-list-multi.vue +++ b/pages/score-list-multi/score-list-multi.vue @@ -68,13 +68,20 @@ {{ player.name }} - - - 总分:{{ player.totalScore }} - - - - + + + + + + + @@ -509,6 +516,15 @@ export default { font-weight: 600; } +.scoring-status { + font-size: 26rpx; + color: #FF9800; + font-weight: 500; + padding: 8rpx 20rpx; + background-color: #FFF3E0; + border-radius: 8rpx; +} + .chief-actions { display: flex; flex-direction: column;