Browse Source

修改线上项目的小地图箭头问题

aamin 2 years ago
parent
commit
18ab697ec5
2 changed files with 3 additions and 10 deletions
  1. 0 7
      H5场景/public/static/js/loadCAD.js
  2. 3 3
      H5场景/src/views/gui/menu.vue

+ 0 - 7
H5场景/public/static/js/loadCAD.js

@@ -44,13 +44,6 @@ window.grendCAD = (function grendCAD() {
         background: rgba(0, 0, 0, .3);
         border-radius: 5px;
       }
-
-      @media (min-width:1000px) {
-        .cad{
-          right: 20px;
-        }
-      }
-
       .cad > div {
         width: 100%;
         height: 100%;

+ 3 - 3
H5场景/src/views/gui/menu.vue

@@ -729,9 +729,9 @@ export default {
     transition: all 0.3s;
     transform: rotate(90deg);
 
-    @media screen and (min-width: 1000px) {
-      right: 98px;
-    }
+    // @media screen and (min-width: 1000px) {
+    //   right: 98px;
+    // }
 
     .smMapBoxSon {
       border-radius: 0 0 4px 4px;