mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore: removed external site scrollbar
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<main class="grid print:block p-3 mx-auto max-w-[800px] h-screen grid-rows-[auto_auto_1fr] gap-1">
|
<main class="grid print:block p-3 mx-auto max-w-[800px] h-[calc(100vh-40px)] min-h-[300px] grid-rows-[auto_auto_1fr] gap-1">
|
||||||
<TimetableSelect />
|
<TimetableSelect />
|
||||||
<TimetableWarnings />
|
<TimetableWarnings />
|
||||||
<TrainTimetable />
|
<TrainTimetable />
|
||||||
<!-- <MainBottom /> -->
|
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -11,5 +10,4 @@
|
|||||||
import TimetableSelect from '../Timetable/TimetableSelect.vue';
|
import TimetableSelect from '../Timetable/TimetableSelect.vue';
|
||||||
import TimetableWarnings from "../Timetable/TimetableWarnings.vue";
|
import TimetableWarnings from "../Timetable/TimetableWarnings.vue";
|
||||||
import TrainTimetable from '../Timetable/TrainTimetable.vue';
|
import TrainTimetable from '../Timetable/TrainTimetable.vue';
|
||||||
// import MainBottom from './MainBottom.vue';
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user