Standardized StandingsTable column widths
This commit is contained in:
parent
a6b303b347
commit
fa7a9c6af4
@ -3,12 +3,12 @@
|
||||
<table class="table table-sm table-striped">
|
||||
<thead class="thead-dark">
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
<th>Record</th>
|
||||
<th>Win %</th>
|
||||
<th>GB</th>
|
||||
<th>E#</th>
|
||||
<th>Run Diff</th>
|
||||
<th width="35%">Team</th>
|
||||
<th width="13%">Record</th>
|
||||
<th width="13%">Win %</th>
|
||||
<th width="13%">GB</th>
|
||||
<th width="13%">E#</th>
|
||||
<th width="13%">Run Diff</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -17,7 +17,7 @@
|
||||
<RouterLink
|
||||
:to="{ name: 'team', params: { seasonNumber: seasonNumber(), teamAbbreviation: team.teamAbbreviation } }">
|
||||
{{
|
||||
team.teamName }}
|
||||
team.teamName }}
|
||||
</RouterLink>
|
||||
</td>
|
||||
<td>{{ record(team) }}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user