Alignement de prix/quantité/enc
- alignement à droite - affichage des prix avec 2 décimales
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user