comparison client/src/components/Bottlenecks.vue @ 5452:54214717ef5d uiimprovements

bn overview: center country column
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 14 Jul 2021 14:12:50 +0200
parents 66f2c48aa69c
children 4722d392aa1a
comparison
equal deleted inserted replaced
5451:66f2c48aa69c 5452:54214717ef5d
31 <a href="#" @click="selectBottleneck(bottleneck)">{{ 31 <a href="#" @click="selectBottleneck(bottleneck)">{{
32 bottleneck.properties.name 32 bottleneck.properties.name
33 }}</a> 33 }}</a>
34 </div> 34 </div>
35 <div class="table-cell text-center" style="width: 100px"> 35 <div class="table-cell text-center" style="width: 100px">
36 {{ bottleneck.properties.responsible_country }} 36 <span class="mx-auto">{{
37 bottleneck.properties.responsible_country
38 }}</span>
37 </div> 39 </div>
38 <div class="table-cell" style="flex-grow:1;"> 40 <div class="table-cell" style="flex-grow:1;">
39 <span class="ml-auto">{{ 41 <span class="ml-auto">{{
40 displayCurrentChainage( 42 displayCurrentChainage(
41 bottleneck.properties.from, 43 bottleneck.properties.from,