@@ -199,7 +199,8 @@ export default {
// // }, 1000);
// },
// });
-
+ // 最小缩放高度(米)
+ viewer.scene.screenSpaceCameraController.minimumZoomDistance = 100;
viewer.camera.flyTo({ //定位到范围中心点
destination: {
x: -2040463.7901390342,
@@ -447,7 +447,7 @@ export default {
.content {
position: absolute;
left: 1%;
- width: 100%;
+ //width: 100%;
height: 220px;
top: 1.5rem;
}
@@ -223,7 +223,7 @@ export default {
#ThreeStackedBarAndLine {
left: 0rem;
top: 0.1rem;
- width: 24rem;
+ width: 23vw;
height: 12rem;
</style>