From 6cdfbbcb679092ee0b72309b91febe29e5ff0a09 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Wed, 15 Dec 2021 15:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE111111?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/measure/volunteer.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/modules/visual/measure/volunteer.vue b/src/views/modules/visual/measure/volunteer.vue index 2075ccde..44b697ca 100644 --- a/src/views/modules/visual/measure/volunteer.vue +++ b/src/views/modules/visual/measure/volunteer.vue @@ -648,12 +648,15 @@ export default { } .map-tips { - width: 700px; + width: 100%; display: flex; - // justify-content: start; + // justify-content: center; + align-items: center; flex-wrap: wrap; - padding-top: 10px; - padding-bottom: 20px; + box-sizing: border-box; + padding: 6px 0 0 100px; + // padding-top: 10px; + // padding-bottom: 10px; .map-tips-item { display: flex; @@ -678,7 +681,7 @@ export default { } .card-wr-map { - height: calc(100vh - 120px); + // height: calc(100vh - 120px); text-align: center; .card-map {