浏览代码

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

maxiaoxiao 11 月之前
父节点
当前提交
2874362c9c
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      src/components/Viewer/smViewer.scss
  2. 3 1
      src/views/map3d.vue

+ 1 - 1
src/components/Viewer/smViewer.scss

@@ -23,7 +23,7 @@
     height: 100% !important;
     position: absolute !important;
     left: 0% !important;
-    top: 9% !important;
+    top: 6% !important;
 }
 
 .cesiumbtn {

+ 3 - 1
src/views/map3d.vue

@@ -136,9 +136,11 @@ export default {
 
       if (item == "/checkmodel") {
         store.setToolBarShow(true); //显示工具栏
+        // this.$refs.routeViewRef["switch"]();
 
       } else {
-        store.setToolBarShow(true); //显示工具栏
+        store.setToolBarShow(false); //显示工具栏
+        // this.$refs.routeViewRef["switch"]();
 
       }