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>
|
<v-layout column fill-height>
|
||||||
<TitleBar />
|
<TitleBar />
|
||||||
<Dashboard>
|
<Dashboard>
|
||||||
<template slot="message">
|
<div slot="message" class="d-flex flex-column fill-height">
|
||||||
<div class="d-flex flex-column fill-height">
|
|
||||||
<Message />
|
<Message />
|
||||||
<ImageCarousel class="mt-auto" />
|
<ImageCarousel class="mt-auto" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
<div slot="calendars" class="d-flex flex-column fill-height">
|
||||||
<template slot="calendars">
|
|
||||||
<CalendarCarousel />
|
<CalendarCarousel />
|
||||||
<DashboardInfo />
|
<DashboardInfo class="mt-auto" />
|
||||||
</template>
|
</div>
|
||||||
</Dashboard>
|
</Dashboard>
|
||||||
<TickerBar />
|
<TickerBar />
|
||||||
</v-layout>
|
</v-layout>
|
||||||
|
|
Loading…
Reference in a new issue