maxiaoxiao 5 月之前
父節點
當前提交
f9a1bb01ad
共有 1 個文件被更改,包括 3 次插入21 次删除
  1. 3 21
      src/views/LandConsolidation/index.vue

+ 3 - 21
src/views/LandConsolidation/index.vue

@@ -121,28 +121,10 @@
       @updateParent="changeData"
       @rzClose="rzClose"
     ></RzDtails>
-    <!-- <iframe
-      v-if="drawer"
-      type="module"
-      :src="
-        process.env.NODE_ENV === 'development'
-          ? require('@/../static/data/方案文档浏览.html')
-          : '@/../static/data/方案文档浏览.html'
-      "
-      style="width: 100%; height: 100%; position: absolute"
-    ></iframe> -->
-    <!-- <iframe
-      v-if="drawer"
-      type="module"
-      :srcdoc="htmlContent"
-      style="width: 100%; height: 100%; position: absolute"
-    ></iframe> -->
-    <!-- <div v-if="drawer" v-html="htmlContent"></div> -->
   </div>
 </template>
 
 <script>
-// import htmlContent from "@/../static/data/aa.html";
 import { QueryOne } from "@/api/cockpitNew";
 import Organize from "./components/organize.vue";
 import Sdgk from "./components/sdgk.vue";
@@ -323,7 +305,7 @@ export default {
   }
   .legendPane {
     // position: relative;
-      // width: 130px;
+    // width: 130px;
     // height: 120px;
     width: 6.7vw;
     height: 12.6vh;
@@ -347,7 +329,7 @@ export default {
     // .close_eyes {
     //   background-image: url("/static/images/ghzc/close_eyes.png");
     // }
-  
+
     .lcolor {
       display: inline-block;
       width: 16px;
@@ -395,7 +377,7 @@ export default {
     height: 50px;
     // background: rgba(255, 192, 203, 0.379);
     position: absolute;
-    left:35vw;
+    left: 35vw;
     top: 3vh;
     z-index: 99;
     pointer-events: none;