|  | @@ -6,7 +6,7 @@
 | 
	
		
			
				|  |  |    <div ref="wrap">
 | 
	
		
			
				|  |  |      <!-- <div>{{mid}}</div> -->
 | 
	
		
			
				|  |  |      <div class="ntitle">{{$store.state.addr.selectAddr}}{{option.title.text}}</div>
 | 
	
		
			
				|  |  | -    <div class="addr">{{$store.state.addr.selectAddr}}</div>
 | 
	
		
			
				|  |  | +    <!-- <div class="addr">{{$store.state.addr.selectAddr}}</div> -->
 | 
	
		
			
				|  |  |      <div :id="mid" class="echarts" :style="style"></div>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |    
 | 
	
	
		
			
				|  | @@ -80,7 +80,7 @@ export default {
 | 
	
		
			
				|  |  |    computed: {
 | 
	
		
			
				|  |  |      style() {
 | 
	
		
			
				|  |  |        return {
 | 
	
		
			
				|  |  | -        height: this.height?this.height:this.domHeight-67 +'px',
 | 
	
		
			
				|  |  | +        height: this.height?this.height:this.domHeight-48 +'px',
 | 
	
		
			
				|  |  |          width: this.width,
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -100,7 +100,7 @@ export default {
 | 
	
		
			
				|  |  |        this.myChart = echarts.init(document.getElementById(charUuid));
 | 
	
		
			
				|  |  |        let obj = this.$refs.wrap;
 | 
	
		
			
				|  |  |        let h = window.getComputedStyle(obj).height;
 | 
	
		
			
				|  |  | -      this.myChart.resize({height:h.slice(0, -2)-67+'px'})
 | 
	
		
			
				|  |  | +      this.myChart.resize({height:h.slice(0, -2)-48+'px'})
 | 
	
		
			
				|  |  |        console.log('this.myChart h',h);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      }
 |