| 
					
				 | 
			
			
				@@ -46,7 +46,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </table> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="a4_sub_title">地块四至图</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <img :key="imgUrl" v-show="imgUrl" class="img-content img" style="z-index: 999" width="595" height="500" :src="imgUrl" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div :key="imgUrl" v-show="!imgUrl" class="img-content" ref="mapRef" id="mapRefId"></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <div :key="imgUrl" v-show="!imgUrl" style="width: 70%;height: 400px" class="img-content" ref="mapRef" id="mapRefId"></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="signature">签名:______________</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -146,7 +146,7 @@ onMounted(()=>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<style lang="scss" scoped> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<style lang="scss"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $title-height:0px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -209,11 +209,10 @@ $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     height: calc(100%); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     overflow-y: scroll; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    box-sizing: border-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     background-color: rgba(141, 142, 142); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     padding: 10px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    box-sizing: border-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    display: flex; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    justify-content: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .a4{ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -221,7 +220,7 @@ $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     background-color: #FFFFFF; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     width:595px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     height:1000px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    margin: 5px 0px 5px 0px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    margin: 0 auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     padding: 19px 63px 19px 63px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     font-weight: 600; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     color: #000000; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -264,21 +263,8 @@ $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .img-content{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      width:595px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      height: 500px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       z-index: 1000; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      .ol-viewport{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        width:595px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        height: 500px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        .ol-layers{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          width:595px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          height: 500px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          .ol-layer{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            width:595px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            height: 500px !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      margin: 0 auto; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .img{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       z-index: 999; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -294,9 +280,6 @@ $body-height:calc(100% - $title-height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-canvas{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  width:595px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  height: 500px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </style> 
			 |