| 
					
				 | 
			
			
				@@ -152,13 +152,23 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           v-if="data.property.pinyin_position == 'top'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           class="NPC-word-tab-common NPC-word-tab-pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          :style="{ width: data.col_width[0].value + 'px' }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            width: data.col_width[0].value + 'px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            fontSize: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              data.unified_attrib && data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                ? data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           v-html="sItem.pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          :style="{ width: data.col_width[0].value + 'px' }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            width: data.col_width[0].value + 'px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            fontSize: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              data.unified_attrib && data.unified_attrib.font_size ? data.unified_attrib.font_size : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           class="NPC-word-tab-common NPC-word-tab-word" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           v-html="sItem.new_word" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         > 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -166,7 +176,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           v-if="data.property.pinyin_position == 'bottom'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           class="NPC-word-tab-common NPC-word-tab-pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          :style="{ width: data.col_width[0].value + 'px' }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            width: data.col_width[0].value + 'px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            fontSize: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              data.unified_attrib && data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                ? data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           v-html="sItem.pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </span> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -220,12 +236,33 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         v-if="!data.property.pinyin_position || data.property.pinyin_position == 'front'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         class="NPC-word-tab-common NPC-word-tab-pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        :style="{ width: data.col_width[1].value + 'px' }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          width: data.col_width[1].value + 'px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          fontSize: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            data.unified_attrib && data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              ? data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          lineHeight: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            data.unified_attrib && data.unified_attrib.font_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              ? data.unified_attrib.font_size.replace('pt', '') * 1.5 + 'pt' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         v-html="sItem.pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       </span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      <span :style="{ width: data.col_width[0].value + 'px' }"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <p class="NPC-word-tab-common NPC-word-tab-word" v-html="sItem.new_word"></p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          width: data.col_width[0].value + 'px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <p 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          class="NPC-word-tab-common NPC-word-tab-word" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          v-html="sItem.new_word" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            fontSize: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              data.unified_attrib && data.unified_attrib.font_size ? data.unified_attrib.font_size : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        ></p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           class="NPC-word-tab-common" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           :style="{ width: data.col_width[0].value + 'px' }" 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -242,7 +279,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         v-if="data.property.pinyin_position == 'back'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         class="NPC-word-tab-common NPC-word-tab-pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        :style="{ width: data.col_width[1].value + 'px' }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        :style="{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          width: data.col_width[1].value + 'px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          fontSize: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            data.unified_attrib && data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              ? data.unified_attrib.pinyin_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          lineHeight: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            data.unified_attrib && data.unified_attrib.font_size 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              ? data.unified_attrib.font_size.replace('pt', '') * 1.5 + 'pt' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                              : '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        }" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         v-html="sItem.pinyin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       </span> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -734,6 +781,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.rowWidth += 132; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.is_change = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      setTimeout(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.is_change = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      }, 2000); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let resIndex = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let optionRes = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let itemNumber = 0; 
			 |