| 
					
				 | 
			
			
				@@ -72,7 +72,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   mounted() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     hgxfx.treeData.forEach((e) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (e.label == "控制性详细规划") e.label = "详细规划分析"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.echarts.push({ ...e, iseyes: false, isshow: true }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.echarts.push({ ...e, iseyes: false, isshow: false }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.setEchart1(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.setEchart2(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -236,12 +236,12 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       line-height: 40px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .block-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        width: calc(100% - 80px); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        width: calc(100% - 50px); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .eicon { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        width: 30px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        height: 30px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        margin: 5px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        width: 20px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        height: 20px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        margin-top: 10px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         background-size: 100% 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       .eyes { 
			 |