|  |  | @ -19,7 +19,7 @@ | 
			
		
	
		
			
				
					|  |  |  |       </div> | 
			
		
	
		
			
				
					|  |  |  |       <div class="wordContent"> | 
			
		
	
		
			
				
					|  |  |  |         <el-tooltip v-for="(item,index) in commonList" :key="index" effect="dark" placement="top-start"> | 
			
		
	
		
			
				
					|  |  |  |           <span slot="content" class="tooltips">{{ item }}</span> | 
			
		
	
		
			
				
					|  |  |  |           <div slot="content" class="tooltips">{{ item }}</div> | 
			
		
	
		
			
				
					|  |  |  |           <el-button class="wordBtn" @click="combineWord(item)">{{ item }}</el-button> | 
			
		
	
		
			
				
					|  |  |  |         </el-tooltip> | 
			
		
	
		
			
				
					|  |  |  |         <el-button type="primary" @click="openTextTemplate">更多</el-button> | 
			
		
	
	
		
			
				
					|  |  | 
 |