Browse Source

修改环境

shuhao 4 months ago
parent
commit
10eedf970f
1 changed files with 7 additions and 15 deletions
  1. 7 15
      src/views/authentic/Pdf.vue

+ 7 - 15
src/views/authentic/Pdf.vue

@@ -45,10 +45,8 @@
               </tr>
             </table>
             <div class="a4_sub_title">地块四至图</div>
-            <div class="img_box" >
-              <img class="img-content img" style="z-index: 999" width="595" height="500" v-if="imgUrl"  :src="imgUrl" />
-              <div class="img-content" v-if="!imgUrl" ref="mapRef" id="mapRefId"></div>
-            </div>
+            <img class="img-content img" style="z-index: 999" width="595" height="500" v-if="imgUrl"  :src="imgUrl" />
+            <div class="img-content" v-if="!imgUrl" ref="mapRef" id="mapRefId"></div>
             <div class="signature">签名:______________</div>
           </div>
         </div>
@@ -266,20 +264,14 @@ $body-height:calc(100% - $title-height);
         font-weight: normal;
       }
     }
-    .img_box{
-      position: relative;
+    .img-content{
+      position: absolute;
       width:595px;
       height: 500px;
       z-index: 1000;
-      .img-content{
-        position: absolute;
-        width:595px;
-        height: 500px;
-        z-index: 1000;
-      }
-      .img{
-        z-index: 999;
-      }
+    }
+    .img{
+      z-index: 999;
     }
     .signature{
       width:595px;