diff --git a/.env.development b/.env.development index b27eade5..02158c04 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_API_BASE_URL=http://localhost:3001/api/v1/ +VITE_API_BASE_URL=http://10.10.10.103:3001/api/v1/ diff --git a/src/@layouts/styles/_default-layout.scss b/src/@layouts/styles/_default-layout.scss index a1cb50bc..57e6801d 100644 --- a/src/@layouts/styles/_default-layout.scss +++ b/src/@layouts/styles/_default-layout.scss @@ -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, diff --git a/src/styles/styles.scss b/src/styles/styles.scss index 12947dc5..56b3a71f 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -52,8 +52,6 @@ } - - /* router view transition fade-slide */ .fade-slide-leave-active, .fade-slide-enter-active { diff --git a/src/views/subscribe/FullCalendarView.vue b/src/views/subscribe/FullCalendarView.vue index 989453f9..8720db62 100644 --- a/src/views/subscribe/FullCalendarView.vue +++ b/src/views/subscribe/FullCalendarView.vue @@ -13,14 +13,6 @@ import { parseDate } from '@/@core/utils/formatters' const calendarOptions: Ref = ref({ height: 'auto', locale: 'zh-cn', - themeSystem: 'standard', - buttonText: { - today: '今天', - month: '月', - week: '周', - day: '日', - list: '列表', - }, plugins: [ dayGridPlugin, timeGridPlugin, @@ -124,7 +116,7 @@ onMounted(() => {
- +