style(transport) : tableau prix consultation en table-fixed (colonnes à parts égales, contenant étroit) (ERP-170)
This commit is contained in:
@@ -144,7 +144,13 @@
|
||||
16px, corps 14px). 1re colonne « Contenant » : libellé du
|
||||
groupe (Fond Mouvant / Benne) fusionné en rowspan ; séparateur
|
||||
épais entre les deux groupes. -->
|
||||
<table class="w-full 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
|
||||
partagent l'espace à parts égales (table-fixed). -->
|
||||
<colgroup>
|
||||
<col class="w-[120px]" />
|
||||
<col v-for="n in 7" :key="n" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="border-b border-r border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.group') }}</th>
|
||||
|
||||
Reference in New Issue
Block a user