| 
					
				 | 
			
			
				@@ -45,10 +45,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </table> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="a4_sub_title">地块四至图</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div class="img_box" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <img class="img-content" width="595" height="500" v-if="imgUrl"  :src="imgUrl" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <div class="img-content" v-else ref="mapRef" id="mapRefId"></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <img class="img" width="595" height="500" v-if="imgUrl"  :src="imgUrl" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div class="img" v-else ref="mapRef" id="mapRefId"></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="signature">签名:______________</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -100,7 +98,7 @@ let printObj = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   id:"printTest", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   popTitle: 'good print', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   beforeOpenCallback (vue) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    toImg(pdfMap.kmap.map) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // toImg(pdfMap.kmap.map) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     console.log('打开之前') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   openCallback (vue) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -266,16 +264,10 @@ $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         font-weight: normal; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .img_box{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    .img{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       width:595px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       height: 500px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       z-index: 1000; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      .img-content{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        width:595px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        height: 500px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .signature{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       width:595px; 
			 |