forked from Kispi/Core
style(webapp): fix formatting
This commit is contained in:
parent
c2aa92737f
commit
1556992050
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
<tr v-for="entries in data">
|
<tr v-for="entries in data">
|
||||||
<td
|
<td
|
||||||
v-for="(entry, _, key) of entries"
|
v-for="(entry, _, key) of entries"
|
||||||
:class="key >= 6 ? 'text-center': null"
|
:class="key >= 6 ? 'text-center' : null"
|
||||||
>
|
>
|
||||||
<span v-if="key < 6">{{ entry }}</span>
|
<span v-if="key < 6">{{ entry }}</span>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in a new issue