fix style

This commit is contained in:
jxxghp
2023-07-22 21:30:39 +08:00
parent a668059bf7
commit c93499d435
4 changed files with 6 additions and 20 deletions

View File

@@ -1 +1 @@
VITE_API_BASE_URL=http://localhost:3001/api/v1/
VITE_API_BASE_URL=http://10.10.10.103:3001/api/v1/

View File

@@ -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,

View File

@@ -52,8 +52,6 @@
}
/* router view transition fade-slide */
.fade-slide-leave-active,
.fade-slide-enter-active {

View File

@@ -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 {