fix(transport) : tableau prix — en-tête « Contenant » sur la colonne de groupe (ERP-170)

This commit is contained in:
2026-06-17 11:55:52 +02:00
parent b11968f5e5
commit 48ca963a9d
@@ -102,14 +102,14 @@
<!-- Prix : tableau présentationnel regroupé par contenant + export. --> <!-- Prix : tableau présentationnel regroupé par contenant + export. -->
<template #prices> <template #prices>
<div class="mt-12 flex flex-col gap-6"> <div class="mt-12 flex flex-col gap-6">
<!-- Tailles de police alignées sur MalioDataTable (header 16px / <!-- Police / bordures / radius alignés sur MalioDataTable (header
corps 14px). Colonne de groupe (Fond Mouvant / Benne) = 16px, corps 14px). 1re colonne « Contenant » : libellé du
épine de gauche continue : son en-tête (coin) reste blanc, groupe (Fond Mouvant / Benne) fusionné en rowspan ; séparateur
pas dans le fond gris du header ; libellé fusionné (rowspan). --> é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 border-separate border-spacing-0 overflow-hidden rounded-malio border border-black text-left text-black">
<thead> <thead>
<tr> <tr>
<th class="border-r border-black px-3 py-3"></th> <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>
<th class="border-b border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.carrier') }}</th> <th class="border-b border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.carrier') }}</th>
<th class="border-b border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.aproOrSite') }}</th> <th class="border-b border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.aproOrSite') }}</th>
<th class="border-b border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.delivery') }}</th> <th class="border-b border-black bg-m-surface px-3 py-3 align-middle text-[16px] font-semibold">{{ t('transport.carriers.consultation.price.delivery') }}</th>