mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-09 22:42:21 +08:00
Merge pull request #85 from honue/main
This commit is contained in:
@@ -20,6 +20,7 @@ const calendarOptions: Ref<CalendarOptions> = ref({
|
|||||||
],
|
],
|
||||||
initialView: 'dayGridMonth',
|
initialView: 'dayGridMonth',
|
||||||
weekends: true,
|
weekends: true,
|
||||||
|
firstDay: 1,
|
||||||
headerToolbar: {
|
headerToolbar: {
|
||||||
left: 'prev',
|
left: 'prev',
|
||||||
center: 'title',
|
center: 'title',
|
||||||
@@ -197,6 +198,11 @@ onMounted(() => {
|
|||||||
--fc-event-border-color: currentcolor;
|
--fc-event-border-color: currentcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 当天背景渐变
|
||||||
|
.fc-day-today {
|
||||||
|
background-image: linear-gradient(to bottom, #AF85FD ,rgba(var(--v-theme-on-surface), 0.04));
|
||||||
|
}
|
||||||
|
|
||||||
.v-application .fc a {
|
.v-application .fc a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user