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