From 08547860d019086d02bcbe7f156cce990a130372 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Wed, 23 Feb 2022 16:14:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/communityParty/community.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index bbfb1970..3e7b5597 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -143,8 +143,8 @@ export default { warningList: [], headerList: [ { title: "序号", coulmn: 'index' }, - { title: "区域化党建单位名称", coulmn: 'unitName' }, { title: "活动标题", coulmn: 'title' }, + { title: "区域化党建单位名称", coulmn: 'unitName' }, { title: "活动地址", coulmn: 'address' }, { title: "服务事项", coulmn: 'serviceMatterName' }, { title: "服务人数", coulmn: 'peopleCount' }, @@ -756,6 +756,11 @@ export default { } .box-right { flex: 1; + // width: calc(100% - 400px); + overflow: hidden; + .pagination { + margin-top: 0; + } .box-map { height: 400px; // border: 1px solid #2865fa; From 7f377643362fd06417d12b7edaafcd1481959587 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Wed, 23 Feb 2022 16:16:22 +0800 Subject: [PATCH 2/2] dd --- src/views/modules/visual/communityParty/community.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 67aead48..816af10f 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -758,6 +758,10 @@ export default { } .box-right { flex: 1; + overflow: hidden; + .pagination { + margin-top: 0; + } .box-map { height: 400px; // border: 1px solid #2865fa;