- fixed Calendar Events mobile show all days visible !

This commit is contained in:
Paolo Arena
2019-09-20 16:36:33 +02:00
parent cd2ef1f7ae
commit 3ed8c7116b
3 changed files with 11 additions and 3 deletions

View File

@@ -18,4 +18,12 @@ export default class CTitle extends Vue {
get tools() { get tools() {
return tools return tools
} }
get getsrc() {
// return this.src
const filefull = tools.getimgFullpathbysize(this.imgbackground)
return tools.getimgbysize(filefull.path, filefull.file)
}
} }

View File

@@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<q-img v-if="imgbackground" :src="imgbackground" <q-img v-if="imgbackground" :src="getsrc"
:style="tools.styles_imgtitle(sizes)"> :style="tools.styles_imgtitle(sizes)">
<div class="absolute-bottom text-body1 text-center"> <div class="absolute-bottom text-body1 text-center">

View File

@@ -17,12 +17,12 @@ const state: ICalendarState = {
fiveDayWorkWeek: false, fiveDayWorkWeek: false,
shortMonthLabel: false, shortMonthLabel: false,
showDayOfYearLabel: false, showDayOfYearLabel: false,
shortWeekdayLabel: false, shortWeekdayLabel: true,
shortIntervalLabel: false, shortIntervalLabel: false,
hour24Format: true, hour24Format: true,
hideHeader: false, hideHeader: false,
noScroll: false, noScroll: false,
showMonthLabel: true, showMonthLabel: false,
showWorkWeeks: false, showWorkWeeks: false,
intervalRange: {min: 9, max: 23}, intervalRange: {min: 9, max: 23},
intervalRangeStep: 1, intervalRangeStep: 1,