diff --git a/src/pages/calendar/Index.vue b/src/pages/calendar/Index.vue index f4e5766c..615f2542 100644 --- a/src/pages/calendar/Index.vue +++ b/src/pages/calendar/Index.vue @@ -62,7 +62,7 @@ const value8 = ref([Date.now() - 24 * 60 * 60 * 1000 * 14, Date.now()] const value9 = ref([Date.now() - 24 * 60 * 60 * 1000 * 33, Date.now()]) const value10 = ref(Date.now()) const value11 = ref([Date.now() - 24 * 60 * 60 * 1000 * 3, Date.now()]) -const value12 = ref(null) +const value12 = ref([]) const value13 = ref([Date.now() - 24 * 60 * 60 * 1000 * 3, Date.now()]) const value14 = ref(null) const value15 = ref(null) diff --git a/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss b/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss index e9c07df4..d76aef04 100644 --- a/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss +++ b/src/uni_modules/wot-design-uni/components/common/abstracts/variable.scss @@ -253,7 +253,7 @@ $-calendar-day-height: var(--wot-calendar-day-height, 64px) !default; $-calendar-month-width: var(--wot-calendar-month-width, 50px) !default; $-calendar-active-color: var(--wot-calendar-active-color, $-color-theme) !default; $-calendar-disabled-color: var(--wot-calendar-disabled-color, rgba(0, 0, 0, 0.25)) !default; -$-calendar-range-color: var(--wot-calendar-range-color, rgba($-color-theme, 0.09)) !default; +$-calendar-range-color: var(--wot-calendar-range-color, rgba(#4d80f0, 0.09)) !default; $-calendar-active-border: var(--wot-calendar-active-border, 8px) !default; $-calendar-info-fs: var(--wot-calendar-info-fs, 10px) !default;