From 9e8830e92977aa5bbc4969e0182e0e408662ac2b Mon Sep 17 00:00:00 2001 From: Manus Date: Wed, 10 Jun 2026 09:08:19 +0000 Subject: [PATCH] =?UTF-8?q?Checkpoint:=20Remplacement=20des=20min-w=20Tail?= =?UTF-8?q?wind=20par=20des=20width/minWidth/maxWidth=20explicites=20en=20?= =?UTF-8?q?style=20inline=20(Code=3D110px,=20=C3=89tablissement=3D220px,?= =?UTF-8?q?=20left=3D110px)=20pour=20garantir=20la=20coh=C3=A9rence=20entr?= =?UTF-8?q?e=20la=20largeur=20r=C3=A9elle=20et=20la=20position=20left=20de?= =?UTF-8?q?s=20colonnes=20sticky.=20Ajout=20d'un=20title=20sur=20la=20cell?= =?UTF-8?q?ule=20=C3=89tablissement=20pour=20voir=20le=20nom=20complet=20e?= =?UTF-8?q?n=20cas=20de=20troncature.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/DsiOpex.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/pages/DsiOpex.tsx b/client/src/pages/DsiOpex.tsx index 9df37aa..05d497c 100644 --- a/client/src/pages/DsiOpex.tsx +++ b/client/src/pages/DsiOpex.tsx @@ -1252,8 +1252,8 @@ export default function DsiOpex() { - - + {/* Colonnes postes — vert = prorata auto, bleu = manuel */} @@ -1285,10 +1285,10 @@ export default function DsiOpex() { {sortedEtabs.map((etab, idx) => ( - - + {opexState.lignes.map(ligne => { const srcPoste = getOpexDataForAnnee(annee).postes.find(p => p.libelle === ligne.libelle); const isManuel = srcPoste?.mode_ventilation === 'Manuel' || ligne.isCustom; @@ -1351,7 +1351,7 @@ export default function DsiOpex() { - {opexState.lignes.map(ligne => {
Code + Code
+ {etab.code} {etab.nom}{etab.nom}
+ TOTAL — {sortedEtabs.length} établissements