style(transport) : tableau prix — libellés colonnes + élargit Transporteurs/Adresse livraisons, réduit Forfait/Tonne/Indexation/État (ERP-170)
This commit is contained in:
@@ -555,9 +555,9 @@
|
|||||||
},
|
},
|
||||||
"price": {
|
"price": {
|
||||||
"group": "Contenant",
|
"group": "Contenant",
|
||||||
"carrier": "Transporteur",
|
"carrier": "Transporteurs",
|
||||||
"aproOrSite": "Adresse appro / site",
|
"aproOrSite": "Adresse sites",
|
||||||
"delivery": "Adresse de livraison",
|
"delivery": "Adresse livraisons",
|
||||||
"forfait": "Forfait €",
|
"forfait": "Forfait €",
|
||||||
"tonne": "Tonne €",
|
"tonne": "Tonne €",
|
||||||
"indexation": "Indexation",
|
"indexation": "Indexation",
|
||||||
|
|||||||
@@ -145,11 +145,18 @@
|
|||||||
groupe (Fond Mouvant / Benne) fusionné en rowspan ; séparateur
|
groupe (Fond Mouvant / Benne) fusionné en rowspan ; séparateur
|
||||||
épais entre les deux groupes. -->
|
épais entre les deux groupes. -->
|
||||||
<table class="w-full table-fixed border-separate border-spacing-0 overflow-hidden rounded-malio border border-black text-left text-black">
|
<table class="w-full table-fixed border-separate border-spacing-0 overflow-hidden rounded-malio border border-black text-left text-black">
|
||||||
<!-- Répartition : « Contenant » étroite, les 7 autres colonnes se
|
<!-- Répartition (table-fixed) : « Contenant » étroite ; Transporteurs
|
||||||
partagent l'espace à parts égales (table-fixed). -->
|
et Adresse livraisons larges ; Forfait / Tonne / Indexation / État
|
||||||
|
réduits. -->
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="w-[120px]" />
|
<col class="w-[110px]" />
|
||||||
<col v-for="n in 7" :key="n" />
|
<col class="w-[20%]" />
|
||||||
|
<col class="w-[15%]" />
|
||||||
|
<col class="w-[20%]" />
|
||||||
|
<col class="w-[9%]" />
|
||||||
|
<col class="w-[9%]" />
|
||||||
|
<col class="w-[9%]" />
|
||||||
|
<col class="w-[9%]" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user