From 58e46d68a8692c25cf8bba0f69c134029b93f3d3 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 8 Jul 2022 13:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BC=98=E5=8C=96=E7=BB=86?= =?UTF-8?q?=E8=8A=82=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue | 6 +++--- src/views/modules/visual/communityParty/community.vue | 4 ++-- src/views/modules/visual/measure/volunteer.vue | 6 +++--- .../modules/visual/plugin/power/components/house-dialog.vue | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue b/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue index d43c02d3..534ad5c0 100644 --- a/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue +++ b/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue @@ -739,14 +739,14 @@ export default { border-radius: 50%; } .card-wr-map { - // height: calc(100vh - 120px); + // height: calc(988px - 120px); text-align: center; .card-map { margin-top: 30px; width: 100%; - // height: calc(100vh - 285px); - height: calc(100vh - 335px); + // height: calc(988px - 285px); + height: calc(988px - 335px); padding-left: 20px; .map { width: 100%; diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index c754228b..8de9aabd 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -1305,10 +1305,10 @@ export default { } } .table-h { - height: calc(100vh - 630px); + height: calc(988px - 630px); } .calc-h { - height: calc(100vh - 240px); + height: calc(988px - 240px); padding-bottom: 20px; } .wd50 { diff --git a/src/views/modules/visual/measure/volunteer.vue b/src/views/modules/visual/measure/volunteer.vue index a0080b64..23740699 100644 --- a/src/views/modules/visual/measure/volunteer.vue +++ b/src/views/modules/visual/measure/volunteer.vue @@ -781,14 +781,14 @@ export default { } .card-wr-map { - // height: calc(100vh - 120px); + // height: calc(988px - 120px); text-align: center; .card-map { margin-top: 30px; width: 100%; - // height: calc(100vh - 285px); - height: calc(100vh - 335px); + // height: calc(988px - 285px); + height: calc(988px - 335px); padding-left: 20px; .map { width: 100%; diff --git a/src/views/modules/visual/plugin/power/components/house-dialog.vue b/src/views/modules/visual/plugin/power/components/house-dialog.vue index 9cf8ef06..20370a67 100644 --- a/src/views/modules/visual/plugin/power/components/house-dialog.vue +++ b/src/views/modules/visual/plugin/power/components/house-dialog.vue @@ -138,7 +138,7 @@ export default { } .dialog-bg { width: 100vw; - height: 100vh; + height: 988px; position: fixed; left: 0; top: 0;