🎨 Improve CSS around Swiper component

This commit is contained in:
2023-06-04 16:04:26 +02:00
parent 4508ba3fbd
commit 819e63cf31
7 changed files with 42 additions and 44 deletions

View File

@ -11,13 +11,5 @@ import TimetableList from "../components/timetable-list.vue";
:options="classList"
v-model="classFilter"
/>
<div class="timetable">
<DayCarousel :element="TimetableList" />
</div>
<DayCarousel v-show="classFilter != 'none'" :element="TimetableList" />
</template>
<style scoped>
.timetable {
height: 100%;
}
</style>