Browse Source

地图111111

shibei_master
13176889840 4 years ago
parent
commit
6cdfbbcb67
  1. 13
      src/views/modules/visual/measure/volunteer.vue

13
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 {

Loading…
Cancel
Save