minor with layout
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
inset color='primary'
|
inset color='primary'
|
||||||
hide-details
|
hide-details
|
||||||
:label="$t('event.show_recurrent')")
|
:label="$t('event.show_recurrent')")
|
||||||
v-autocomplete.mt-0.pt-0(
|
v-autocomplete(
|
||||||
:label='$t("common.search")'
|
:label='$t("common.search")'
|
||||||
:items='keywords'
|
:items='keywords'
|
||||||
hide-details
|
hide-details
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
v-container
|
v-container
|
||||||
v-card(outlined)
|
v-card(outlined)
|
||||||
|
v-card-title {{$t('common.share')}}
|
||||||
v-card-text
|
v-card-text
|
||||||
p.text-body-1 {{$t('export.intro')}}
|
p.text-body-1 {{$t('export.intro')}}
|
||||||
v-row
|
v-row
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
|
Announcement(v-for='announcement in announcements' :key='`a_${announcement.id}`' :announcement='announcement')
|
||||||
|
|
||||||
//- Calendar and search bar
|
//- Calendar and search bar
|
||||||
v-row.pt-0.pt-sm-2
|
v-row.pt-0.pt-sm-2.pl-0.pl-sm-2
|
||||||
.col-xl-5.col-lg-5.col-md-7.col-sm-12.col-xs-12.pa-4.pa-sm-3
|
.col-xl-5.col-lg-5.col-md-7.col-sm-12.col-xs-12.pa-4.pa-sm-3
|
||||||
//- this is needed as v-calendar does not support SSR
|
//- this is needed as v-calendar does not support SSR
|
||||||
//- https://github.com/nathanreyes/v-calendar/issues/336
|
//- https://github.com/nathanreyes/v-calendar/issues/336
|
||||||
|
|||||||
Reference in New Issue
Block a user