- fixed Calendar Events mobile show all days visible !
This commit is contained in:
@@ -18,4 +18,12 @@ export default class CTitle extends Vue {
|
||||
get tools() {
|
||||
return tools
|
||||
}
|
||||
|
||||
get getsrc() {
|
||||
// return this.src
|
||||
const filefull = tools.getimgFullpathbysize(this.imgbackground)
|
||||
|
||||
return tools.getimgbysize(filefull.path, filefull.file)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<q-img v-if="imgbackground" :src="imgbackground"
|
||||
<q-img v-if="imgbackground" :src="getsrc"
|
||||
:style="tools.styles_imgtitle(sizes)">
|
||||
|
||||
<div class="absolute-bottom text-body1 text-center">
|
||||
|
||||
@@ -17,12 +17,12 @@ const state: ICalendarState = {
|
||||
fiveDayWorkWeek: false,
|
||||
shortMonthLabel: false,
|
||||
showDayOfYearLabel: false,
|
||||
shortWeekdayLabel: false,
|
||||
shortWeekdayLabel: true,
|
||||
shortIntervalLabel: false,
|
||||
hour24Format: true,
|
||||
hideHeader: false,
|
||||
noScroll: false,
|
||||
showMonthLabel: true,
|
||||
showMonthLabel: false,
|
||||
showWorkWeeks: false,
|
||||
intervalRange: {min: 9, max: 23},
|
||||
intervalRangeStep: 1,
|
||||
|
||||
Reference in New Issue
Block a user