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 {