style(ui): simmetria header in modalità Formazione
- Allinea l’ordine degli elementi a destra (punteggio, servizio, nome) - Mantiene coerenza visiva tra lato sinistro e destro
This commit is contained in:
@@ -85,11 +85,11 @@
|
|||||||
|
|
||||||
<div class="hea guest">
|
<div class="hea guest">
|
||||||
<span @click="decPunt('guest')" :style="{ 'float': 'right' }">
|
<span @click="decPunt('guest')" :style="{ 'float': 'right' }">
|
||||||
|
<span v-if="visuForm" class="score-inline">{{ sp.punt.guest }}</span>
|
||||||
<span class="serv-slot">
|
<span class="serv-slot">
|
||||||
<img v-show="!sp.servHome" src="/serv.png" width="25" />
|
<img v-show="!sp.servHome" src="/serv.png" width="25" />
|
||||||
</span>
|
</span>
|
||||||
{{ sp.nomi.guest }}
|
{{ sp.nomi.guest }}
|
||||||
<span v-if="visuForm" class="score-inline">{{ sp.punt.guest }}</span>
|
|
||||||
</span>
|
</span>
|
||||||
<span @click="incSet('guest')" class="ml3" :style="{ 'float': 'left' }">set {{ sp.set.guest }}</span>
|
<span @click="incSet('guest')" class="ml3" :style="{ 'float': 'left' }">set {{ sp.set.guest }}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,11 +130,11 @@
|
|||||||
|
|
||||||
<div class="hea home">
|
<div class="hea home">
|
||||||
<span @click="decPunt('home')" :style="{ 'float': 'right' }">
|
<span @click="decPunt('home')" :style="{ 'float': 'right' }">
|
||||||
|
<span v-if="visuForm" class="score-inline">{{ sp.punt.home }}</span>
|
||||||
<span class="serv-slot">
|
<span class="serv-slot">
|
||||||
<img v-show="sp.servHome" src="/serv.png" width="25" />
|
<img v-show="sp.servHome" src="/serv.png" width="25" />
|
||||||
</span>
|
</span>
|
||||||
{{ sp.nomi.home }}
|
{{ sp.nomi.home }}
|
||||||
<span v-if="visuForm" class="score-inline">{{ sp.punt.home }}</span>
|
|
||||||
</span>
|
</span>
|
||||||
<span @click="incSet('home')" class="ml3" :style="{ 'float': 'left' }">set {{ sp.set.home }}</span>
|
<span @click="incSet('home')" class="ml3" :style="{ 'float': 'left' }">set {{ sp.set.home }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user