File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments