mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
fix designu
This commit is contained in:
@@ -99,12 +99,6 @@
|
||||
<section class="train-stats">
|
||||
<StockList :trainStockList="train.stockList" :tractionOnly="true" />
|
||||
|
||||
<div class="text--grayed">
|
||||
<span v-if="train.stockList.length > 1">
|
||||
{{ $t('trains.cars') }}: {{ train.stockList.length - 1 }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<span v-for="(stat, i) in STATS.main" :key="stat.name">
|
||||
<span v-if="i > 0"> • </span>
|
||||
@@ -113,6 +107,10 @@
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<span v-if="train.stockList.length > 1" class="text--grayed">
|
||||
{{ $t('trains.cars') }}: {{ train.stockList.length - 1 }}
|
||||
</span>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user