Amélioration visuel véhicule

This commit is contained in:
Ambulance Clerc
2022-11-10 14:32:28 +01:00
parent dcd219d5ba
commit 18d8ce5f37

View File

@@ -41,9 +41,9 @@
</div> </div>
<div style="width: 350px; "> <div style="width: 350px; ">
<b>Péremptions</b> <b>Péremptions</b>
<div style="display: flex; width: 100%"> <div class="child_box">
{% for info in vhc.get_all_infos_perempt %} {% for info in vhc.get_all_infos_perempt %}
<div style="border: 1px solid white;"> <div style="width: 170px;">
{{info.sDesc}} {{info.sDesc}}
</div> </div>
{% endfor %} {% endfor %}