| 
					
				 | 
			
			
				@@ -3,13 +3,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="title"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div class="icon"></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <span>报建项目</span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <div class="selectTab"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <div class="selectTab"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <el-select v-model="left_value" placeholder="请选择" :popper-append-to-body="false" @change="changeChartsLeft"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-option> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </el-select> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <div class="content"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div class="item"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <div class="icon"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -405,7 +405,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   border-width: 0px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  width: 111%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   height: 40px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // font-family: 'Arial Negreta', 'Arial Normal', 'Arial'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // font-weight: 700; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -414,6 +414,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // padding: 2%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   background: no-repeat; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   background-image: url("/static/images/overview/titlebox.gif"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  position: relative; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // .icon { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   //   background: no-repeat; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -436,9 +437,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .selectTab { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  left: 48rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  bottom: 16rem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  position: absolute; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    right: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    bottom: 6px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   z-index: 100; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       /deep/ .el-input__inner { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // padding-right: 30px; 
			 |