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;