mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix ui
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user