DashboardInfo positioning, slotting
This commit is contained in:
parent
c3765c1db6
commit
41cf2ff90c
1 changed files with 7 additions and 9 deletions
|
@ -3,16 +3,14 @@
|
|||
<v-layout column fill-height>
|
||||
<TitleBar />
|
||||
<Dashboard>
|
||||
<template slot="message">
|
||||
<div class="d-flex flex-column fill-height">
|
||||
<Message />
|
||||
<ImageCarousel class="mt-auto" />
|
||||
</div>
|
||||
</template>
|
||||
<template slot="calendars">
|
||||
<div slot="message" class="d-flex flex-column fill-height">
|
||||
<Message />
|
||||
<ImageCarousel class="mt-auto" />
|
||||
</div>
|
||||
<div slot="calendars" class="d-flex flex-column fill-height">
|
||||
<CalendarCarousel />
|
||||
<DashboardInfo />
|
||||
</template>
|
||||
<DashboardInfo class="mt-auto" />
|
||||
</div>
|
||||
</Dashboard>
|
||||
<TickerBar />
|
||||
</v-layout>
|
||||
|
|
Loading…
Reference in a new issue