Skip to content

Commit e6ba07a

Browse files
authored
Merge pull request #9 from TypeThe0ry/codex/fix-guandan-team-score-area-styling
为掼蛋队伍计分行新增 `.guandan-teams` 包裹以修复移动端样式
2 parents 7faf354 + e1c1f06 commit e6ba07a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

static/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,14 @@ <h1>{{gameTypeName(selectedGameType)}}大厅</h1>
155155
<div class="guandan-board" v-if="gameType === 'guandan'">
156156
<div class="guandan-board-title">掼蛋记分</div>
157157
<div class="guandan-level">当前打 <strong>{{guandanLevelLabel}}</strong></div>
158-
<div class="guandan-team-row" v-for="team in guandanTeams" :class="{active: team.score > 0}">
159-
<div>
160-
<strong>{{team.name}}</strong>
161-
<span>{{team.members}}</span>
158+
<div class="guandan-teams">
159+
<div class="guandan-team-row" v-for="team in guandanTeams" :class="{active: team.score > 0}">
160+
<div>
161+
<strong>{{team.name}}</strong>
162+
<span>{{team.members}}</span>
163+
</div>
164+
<b>+{{team.score}}</b>
162165
</div>
163-
<b>+{{team.score}}</b>
164166
</div>
165167
<div class="guandan-order" v-if="guandanLastOrder.length">
166168
<span>上局名次</span>

0 commit comments

Comments
 (0)