소스 검색

调整缩放比例及位置

Bella 2 년 전
부모
커밋
3550fb57b7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/components/map/MapHolder.vue

+ 3 - 3
src/components/map/MapHolder.vue

@@ -1100,11 +1100,11 @@ export default {
 #map2DViewer {
   position: absolute;
   width: 140%;
-  height: calc(142% - 2px);
+  height: calc(147% - 2px);
   background-color: rgb(0, 47, 71);
   z-index: 1;
-  top: -170px;
+  top: -220px;
   left: -400px;
-  scale: 0.65;
+  scale: 0.62;
 }
 </style>