Alignement de prix/quantité/enc

- alignement à droite
- affichage des prix avec 2 décimales
This commit is contained in:
Vincent Vandemeulebrouck
2022-12-20 00:50:36 +01:00
parent 7f27399f3c
commit 4ba2c384d7
6 changed files with 41 additions and 11 deletions

View File

@ -40,7 +40,7 @@
{{else}}Quantité{{/if}}
</label>
<div class="flexrow">
<input name="nombreLots" class="nombreLots flex-shrink" type="number" min="1" max="{{quantiteNbLots}}"
<input name="nombreLots" class="nombreLots flex-shrink number-x2" type="number" min="1" max="{{quantiteNbLots}}"
value="{{choix.nombreLots}}" data-dtype="Number" />
</div>
</div>