From ad110f6c243521f3df75f524117e7cba2b0220c6 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 8 Jun 2026 12:46:58 +0200 Subject: [PATCH] =?UTF-8?q?style(commercial)=20:=20repertoire=20client=20?= =?UTF-8?q?=E2=80=94=20titres=2016px=20/=20corps=20+=20tags=2014px,=20text?= =?UTF-8?q?e=20en=20noir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Surcharge du style par defaut de MalioDataTable (titres et corps en bleu m-primary, 20px/18px) via un style scoped + classe marqueur clients-table : titres de colonne noirs 16px, texte du corps noir 14px. Tags de site passes de text-xs (12px) a text-sm (14px). --- .../commercial/pages/clients/index.vue | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/frontend/modules/commercial/pages/clients/index.vue b/frontend/modules/commercial/pages/clients/index.vue index df25fda..4ac735e 100644 --- a/frontend/modules/commercial/pages/clients/index.vue +++ b/frontend/modules/commercial/pages/clients/index.vue @@ -39,7 +39,7 @@ :per-page="itemsPerPage" :per-page-options="itemsPerPageOptions" row-clickable - table-class="table-fixed" + table-class="table-fixed clients-table" :empty-message="t('commercial.clients.empty')" @row-click="onRowClick" @update:page="goToPage" @@ -56,7 +56,7 @@ {{ site.name }} @@ -419,3 +419,25 @@ onMounted(() => { }) }) + +