Commit 66f00fdd authored by 纪泽龙's avatar 纪泽龙

gis页面的infowindow调整最大共度

parent 1936e422
......@@ -209,7 +209,7 @@ export default {
<style lang="scss" scoped>
.wrapper {
width: 406px;
max-height: 430px;
max-height: 500px;
background: #fff;
border-radius: 4px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
......
......@@ -181,7 +181,7 @@ export default {
<style lang="scss" scoped>
.wrapper {
width: 406px;
max-height: 430px;
max-height: 500px;
background: #fff;
border-radius: 4px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
......
......@@ -184,7 +184,7 @@ export default {
<style lang="scss" scoped>
.wrapper {
width: 406px;
max-height: 430px;
max-height: 500px;
background: #fff;
border-radius: 4px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
......
......@@ -777,7 +777,6 @@ export default {
iten.infoPath = [a.toFixed(6), b.toFixed(6)];
} else {
path = [iten.path[0], iten.path[1] - 0.06];
}
this.gaoMap.panTo(path);
}
......@@ -838,7 +837,7 @@ export default {
lnglat: iten.path,
};
// 如果是原地不动,就直接执行
if (iten.path[0] == lng && iten.path[1] >= (lat + 0.06)-0.000001) {
if (iten.path[0] == lng && iten.path[1] >= lat + 0.06 - 0.000001) {
console.log("9999999999");
this.gaoMap.infoOpen(e);
return;
......@@ -1231,10 +1230,10 @@ input[type="radio"] {
// border-right: none;
flex: 1;
text-align: center;
margin-left:10px;
margin-left: 10px;
}
.code {
width: 112px;
width: 100px;
text-align: center;
}
}
......
......@@ -270,7 +270,7 @@ export default {
flex-wrap: wrap;
// justify-content: space-between;
align-content: flex-start;
margin-top: 7px;
// margin-top: 7px;
& > .right-content {
background-color: #fff;
width: 238px;
......
......@@ -1680,7 +1680,7 @@ input[type="radio"] {
margin-left:10px;
}
.code {
width: 112px;
width: 100px;
text-align: center;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment