From 268ab560211af88de71bb45beb71e28c0910fca4 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Wed, 24 Aug 2022 17:15:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=BB=BA=E6=97=A5=E5=8E=86=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityParty/calendar/cpts/calendar.vue | 4 +- .../modules/communityParty/calendar/index.vue | 177 ++++++++++++++++-- 2 files changed, 163 insertions(+), 18 deletions(-) diff --git a/src/views/modules/communityParty/calendar/cpts/calendar.vue b/src/views/modules/communityParty/calendar/cpts/calendar.vue index 89e97462e..493d1ffbf 100644 --- a/src/views/modules/communityParty/calendar/cpts/calendar.vue +++ b/src/views/modules/communityParty/calendar/cpts/calendar.vue @@ -26,7 +26,7 @@ @click="handleClickDate(item)" >
{{ item.date }}
- + @@ -200,7 +200,7 @@ export default { padding: 8px 0; height: 90px; background-color: #ffffff; - opacity: 0.3; + opacity: 0.4; &::after { content: ""; diff --git a/src/views/modules/communityParty/calendar/index.vue b/src/views/modules/communityParty/calendar/index.vue index ecaf12d66..2916d175f 100644 --- a/src/views/modules/communityParty/calendar/index.vue +++ b/src/views/modules/communityParty/calendar/index.vue @@ -13,7 +13,6 @@ :props="partyOptionsProps" :show-all-levels="false" @change="handleChangeParty" - @rangeChange="handleRangeChange" >
@@ -88,7 +87,7 @@
@@ -165,12 +164,16 @@ -