Stylistyka komponentów statystyk

This commit is contained in:
2022-12-20 16:41:42 +01:00
parent be53b9c7fb
commit 6da586d08a
5 changed files with 36 additions and 20 deletions
+3 -2
View File
@@ -3,8 +3,6 @@
<JournalHeader />
<div class="journal_wrapper">
<JournalStats />
<JournalOptions
@on-search-confirm="searchHistory"
@on-options-reset="resetOptions"
@@ -13,6 +11,8 @@
:data-status="dataStatus"
/>
<JournalStats />
<div class="list_wrapper" @scroll="handleScroll">
<!-- <transition name="warning" mode="out-in"> -->
<!-- <div :key="dataStatus"> -->
@@ -286,3 +286,4 @@ export default defineComponent({
<style lang="scss" scoped>
@import '../styles/JournalSection.scss';
</style>