revamp tabeli historii dyżurów

This commit is contained in:
2023-06-23 14:19:28 +02:00
parent 9b6ace394a
commit 6ceae3f161
6 changed files with 94 additions and 106 deletions
+7 -1
View File
@@ -1,4 +1,4 @@
<template>
<template>
<div class="scenery-view">
<div class="scenery-offline" v-if="!stationInfo && isComponentVisible && store.dataStatuses.sceneries == 2">
<div>{{ $t('scenery.no-scenery') }}</div>
@@ -172,6 +172,12 @@ button.back-btn {
}
}
.scenery-section {
position: relative;
height: 100%;
overflow-y: scroll;
}
.scenery-wrapper {
display: grid;
grid-template-columns: 4fr 5fr;