|  | @@ -1,8 +1,8 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  | -  <div style="width: 90%;
 | 
	
		
			
				|  |  | +  <div style="width: 85%;
 | 
	
		
			
				|  |  |      display: flex;
 | 
	
		
			
				|  |  | -    justify-content: space-around;
 | 
	
		
			
				|  |  | +    justify-content: space-between;
 | 
	
		
			
				|  |  |      flex-wrap: wrap;">
 | 
	
		
			
				|  |  |      <div v-if="fileId" class="pdf-css" v-for="(item, key) in fileId" :key="key">
 | 
	
		
			
				|  |  |        <el-tooltip placement="top">
 |