|  | @@ -486,7 +486,7 @@
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |            <div slot="content" style="height: 260px">
 | 
	
		
			
				|  |  |              <div
 | 
	
		
			
				|  |  | -              style="padding: 5px 5px 0 5px; font-size: 14px"
 | 
	
		
			
				|  |  | +              style="padding: 4px 15px; font-size: 14px"
 | 
	
		
			
				|  |  |                v-for="(item, index) in tableDataTwo"
 | 
	
		
			
				|  |  |                :key="index"
 | 
	
		
			
				|  |  |                :style="{
 | 
	
	
		
			
				|  | @@ -1268,6 +1268,9 @@ export default {
 | 
	
		
			
				|  |  |      padding: 10px;
 | 
	
		
			
				|  |  |      justify-content: space-between;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | +  .content-bottom:last-child{
 | 
	
		
			
				|  |  | +    border-bottom: 0px;
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |    .upper-right {
 | 
	
		
			
				|  |  |      padding: 10px 0;
 | 
	
		
			
				|  |  |      height: 260px;
 |