- 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">
|
||||
|
||||
Reference in New Issue
Block a user