From 0b5312d0189319d196b8c963954066f8e8c6471c Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 31 May 2022 08:53:24 +0800 Subject: [PATCH 1/3] dd --- src/views/modules/visual/communityParty/community.vue | 6 +++--- src/views/modules/visual/communityParty/dialogInfo.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index ac60395b..3e24fb92 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -109,7 +109,7 @@ -
+
联建活动分类统计
@@ -1298,7 +1298,7 @@ export default { .mt0 { margin: 0; } -.mt20 { - margin-top: 20px; +.mt40 { + margin-top: 40px; } diff --git a/src/views/modules/visual/communityParty/dialogInfo.vue b/src/views/modules/visual/communityParty/dialogInfo.vue index db6d9541..c4160ff6 100644 --- a/src/views/modules/visual/communityParty/dialogInfo.vue +++ b/src/views/modules/visual/communityParty/dialogInfo.vue @@ -46,11 +46,11 @@ 活动时间: {{ info.activityTime }}
-
+
活动地址: {{ info.address }} From 0c9980bd3d2c0fb8f190dfb1887ba046453751aa Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 31 May 2022 09:09:15 +0800 Subject: [PATCH 2/3] dd --- src/views/modules/visual/communityParty/community.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 3e24fb92..79f533a5 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -1260,6 +1260,7 @@ export default { } .calc-h { height: calc(100vh - 240px); + padding-bottom: 20px; } .wd50 { width: 50%; From 4d40dc1ed5f793472a477476f34880b94623b751 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Tue, 31 May 2022 09:28:09 +0800 Subject: [PATCH 3/3] dd --- src/views/modules/communityParty/members/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/communityParty/members/index.vue b/src/views/modules/communityParty/members/index.vue index d2891de2..3077d9d7 100644 --- a/src/views/modules/communityParty/members/index.vue +++ b/src/views/modules/communityParty/members/index.vue @@ -483,7 +483,7 @@ export default { handleTimeChange (val) { if (val.length > 0) { this.searchForm.rdsjStartDate = val[0] - this.searchForm.rdsjEndDate = val[0] + this.searchForm.rdsjEndDate = val[1] } else { this.searchForm.rdsjStartDate = '' this.searchForm.rdsjEndDate = ''