This commit is contained in:
jxxghp
2024-04-22 10:02:57 +08:00
parent 26c66627f8
commit d5411489c0
+7 -7
View File
@@ -155,7 +155,7 @@ onMounted(() => {
</VCard> </VCard>
</div> </div>
<div class="md:hidden"> <div class="md:hidden">
<VTooltip :text="`${arg.event.title} ${arg.event.extendedProps.subtitle}`"> <VTooltip :text="`${arg.event.title} ${arg.event.extendedProps.subtitle}`">
<template #activator="{ props }"> <template #activator="{ props }">
<VImg <VImg
height="60" height="60"
@@ -384,8 +384,8 @@ onMounted(() => {
} }
.v-application .fc .fc-daygrid-day-number { .v-application .fc .fc-daygrid-day-number {
padding-block: 0rem; padding-block: 0;
padding-inline: 0rem; padding-inline: 0;
} }
.v-application .fc .fc-list-event-dot { .v-application .fc .fc-list-event-dot {
@@ -435,7 +435,7 @@ onMounted(() => {
margin-inline-end: 0.25rem; margin-inline-end: 0.25rem;
} }
@media (max-width: 1264px) { @media (width <= 1264px) {
.v-application .fc .fc-toolbar-chunk .fc-button-group .fc-drawerToggler-button { .v-application .fc .fc-toolbar-chunk .fc-button-group .fc-drawerToggler-button {
display: block !important; display: block !important;
} }
@@ -481,10 +481,10 @@ onMounted(() => {
} }
.v-application .fc .fc-button-primary { .v-application .fc .fc-button-primary {
background-color: transparent;
border: none; border: none;
outline: none; background-color: transparent;
color: var(--v-theme-on-surface); color: var(--v-theme-on-surface);
outline: none;
} }
.v-application .fc .fc-button-primary:hover { .v-application .fc .fc-button-primary:hover {
@@ -492,7 +492,7 @@ onMounted(() => {
color: rgb(var(--v-theme-primary)); color: rgb(var(--v-theme-primary));
} }
@media (max-width: 776px) { @media (width <= 776px) {
.fc-daygrid-event-harness { .fc-daygrid-event-harness {
display: flex; display: flex;
align-items: center; align-items: center;