mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
|
||||||
|
min-height: 100px;
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
|
||||||
border-radius: 0 0 1em 1em;
|
border-radius: 0 0 1em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="journal-timetables">
|
<section class="journal-timetables">
|
||||||
<JournalHeader />
|
<JournalHeader />
|
||||||
|
|
||||||
<div class="journal_wrapper">
|
<div class="journal_wrapper">
|
||||||
<JournalStats />
|
<JournalStats />
|
||||||
|
|
||||||
@@ -13,9 +13,6 @@
|
|||||||
:data-status="dataStatus"
|
:data-status="dataStatus"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- <DriverStats /> -->
|
|
||||||
<!-- <button @click="statsCardOpen = true">Stats</button> -->
|
|
||||||
|
|
||||||
<div class="list_wrapper" @scroll="handleScroll">
|
<div class="list_wrapper" @scroll="handleScroll">
|
||||||
<!-- <transition name="warning" mode="out-in"> -->
|
<!-- <transition name="warning" mode="out-in"> -->
|
||||||
<!-- <div :key="dataStatus"> -->
|
<!-- <div :key="dataStatus"> -->
|
||||||
@@ -146,7 +143,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log('mounted');
|
console.log('mounted');
|
||||||
|
|
||||||
if (!this.timetableId) this.searchHistory();
|
if (!this.timetableId) this.searchHistory();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user