Преглед изворни кода

调整缩放比例及位置

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>