mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-01 04:21:37 +08:00
fix style
This commit is contained in:
@@ -1 +1 @@
|
||||
VITE_API_BASE_URL=http://localhost:3001/api/v1/
|
||||
VITE_API_BASE_URL=http://10.10.10.103:3001/api/v1/
|
||||
|
||||
@@ -6,17 +6,13 @@
|
||||
|
||||
html {
|
||||
min-height: calc(100% + env(safe-area-inset-top));
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
html, body {
|
||||
background: rgb(var(--v-theme-background));
|
||||
}
|
||||
background: rgb(var(--v-theme-background));
|
||||
}
|
||||
|
||||
body {
|
||||
overscroll-behavior-y: contain;
|
||||
--webkit-overflow-scrolling: touch;
|
||||
background: rgb(var(--v-theme-background));
|
||||
}
|
||||
|
||||
body,
|
||||
|
||||
@@ -52,8 +52,6 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* router view transition fade-slide */
|
||||
.fade-slide-leave-active,
|
||||
.fade-slide-enter-active {
|
||||
|
||||
@@ -13,14 +13,6 @@ import { parseDate } from '@/@core/utils/formatters'
|
||||
const calendarOptions: Ref<CalendarOptions> = ref({
|
||||
height: 'auto',
|
||||
locale: 'zh-cn',
|
||||
themeSystem: 'standard',
|
||||
buttonText: {
|
||||
today: '今天',
|
||||
month: '月',
|
||||
week: '周',
|
||||
day: '日',
|
||||
list: '列表',
|
||||
},
|
||||
plugins: [
|
||||
dayGridPlugin,
|
||||
timeGridPlugin,
|
||||
@@ -124,7 +116,7 @@ onMounted(() => {
|
||||
</VCard>
|
||||
</div>
|
||||
<div class="md:hidden">
|
||||
<VTooltip :text="arg.event.title">
|
||||
<VTooltip :text="`${arg.event.title} ${arg.event.extendedProps.subtitle}`">
|
||||
<template #activator="{ props }">
|
||||
<VImg
|
||||
height="60"
|
||||
@@ -334,8 +326,8 @@ onMounted(() => {
|
||||
}
|
||||
|
||||
.v-application .fc .fc-daygrid-day-number {
|
||||
padding-block: 0.5rem;
|
||||
padding-inline: 0.75rem;
|
||||
padding-block: 0rem;
|
||||
padding-inline: 0rem;
|
||||
}
|
||||
|
||||
.v-application .fc .fc-list-event-dot {
|
||||
|
||||
Reference in New Issue
Block a user