This commit is contained in:
2024-05-21 18:52:35 +02:00
parent 8bcbf3bd1d
commit b19ef017d6
3 changed files with 8 additions and 6 deletions
@@ -64,9 +64,9 @@ watchEffect(async () => {
</thead>
<tbody>
<tr :class="lineColor">
<td class="text-right">{{ formatIsk(q1) }}</td>
<td class="text-right">{{ formatIsk(median) }}</td>
<td class="text-right">{{ formatIsk(q3) }}</td>
<td class="text-right text-nowrap">{{ formatIsk(q1) }}</td>
<td class="text-right text-nowrap">{{ formatIsk(median) }}</td>
<td class="text-right text-nowrap">{{ formatIsk(q3) }}</td>
</tr>
</tbody>
</table>