|  | @@ -32,8 +32,10 @@
 | 
	
		
			
				|  |  |          :ref="`echartRef`"
 | 
	
		
			
				|  |  |        ></pie>
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    <!-- v-show="isshow"  -->
 | 
	
		
			
				|  |  | +    <!-- <div class="bottomBtns">
 | 
	
		
			
				|  |  | +      <span></span>
 | 
	
		
			
				|  |  | +      <span class="sureBtn" @click="download">导出报告</span>
 | 
	
		
			
				|  |  | +    </div> -->
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -212,7 +214,8 @@ export default {
 | 
	
		
			
				|  |  |        height: 40px;
 | 
	
		
			
				|  |  |        display: flex;
 | 
	
		
			
				|  |  |        justify-content: space-between;
 | 
	
		
			
				|  |  | -      background: rgba(38, 38, 38, 0.9);
 | 
	
		
			
				|  |  | +      // background: rgba(38, 38, 38, 0.9);
 | 
	
		
			
				|  |  | +      border-bottom: 1px solid #166cad;
 | 
	
		
			
				|  |  |        margin-right: 10px;
 | 
	
		
			
				|  |  |        line-height: 40px;
 | 
	
		
			
				|  |  |  
 |