carte et marqueurs. C'etait INTERMINABLE !!!
This commit is contained in:
@@ -1,15 +1,29 @@
|
||||
<ligne-resultat>
|
||||
|
||||
|
||||
|
||||
<div class="ligne-resultat">
|
||||
|
||||
<h3>{ props.formation.fil_lib_voe_acc } — { props.formation.g_ea_lib_vx }</h3>
|
||||
<p>{ props.formation.ville_etab } ({ props.formation.dep_lib })</p>
|
||||
<p>Taux d'accès : { props.formation.taux_acces_ens }%</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.ligne-resultat {
|
||||
|
||||
.ligne-resultat
|
||||
{
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
</ligne-resultat>
|
||||
Reference in New Issue
Block a user