mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix calendar title
This commit is contained in:
@@ -27,6 +27,11 @@ const calendarOptions = {
|
|||||||
center: 'title',
|
center: 'title',
|
||||||
right: 'dayGridMonth,timeGridWeek,timeGridDay'
|
right: 'dayGridMonth,timeGridWeek,timeGridDay'
|
||||||
},
|
},
|
||||||
|
views: {
|
||||||
|
week: {
|
||||||
|
titleFormat: { day: 'numeric' }
|
||||||
|
}
|
||||||
|
},
|
||||||
events: [
|
events: [
|
||||||
{ title: 'Meeting', start: new Date() }
|
{ title: 'Meeting', start: new Date() }
|
||||||
],
|
],
|
||||||
@@ -300,5 +305,4 @@ const calendarOptions = {
|
|||||||
.v-layout .v-card[data-v-85990893] {
|
.v-layout .v-card[data-v-85990893] {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user