Skip to content
Snippets Groups Projects

chore(ui): utilise le composant react-dsfr

Merged BITARD Michaël requested to merge use-react-dsfr into master
Compare and Show latest version
10 files
+ 29
30
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -96,11 +96,11 @@ export const TableAuto = defineComponent<Props>(props => {
return () => (
<div style={{ overflowX: 'auto' }}>
<div class={[fr.cx('fr-table')]}>
<div class={[fr.cx('fr-table__wrapper')]}>
<div class={[fr.cx('fr-table'), fr.cx('fr-table--no-scroll')]}>
<div class={[fr.cx('fr-table__wrapper')]} style={{ width: 'auto' }}>
<div class={[fr.cx('fr-table__container')]}>
<div class={[fr.cx('fr-table__content')]}>
<table style={{ display: 'table' }}>
<table style={{ display: 'table', width: '100%' }}>
<caption>{props.caption}</caption>
<thead>
<tr>
Loading