| 
					
				 | 
			
			
				@@ -186,6 +186,8 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						const actualEndIndex = state.userChooseEndIndex > state.section[1].MeasureNumberXML ? state.userChooseEndIndex : state.section[1].MeasureNumberXML 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						// 选段预备拍背景 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						if (state.sectionFirst && item.MeasureNumberXML === state.sectionFirst.MeasureNumberXML) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							console.log(1111111) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							item.staveBox.height = selectData.measureHeight + 'px'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							return styles.prepareStaveBox; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						if ( 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -212,6 +214,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					if (state.activeMeasureIndex == item.MeasureNumberXML && !state.isReport) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						item.staveBox.height = selectData.measureHeight + 'px'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						return styles.staveBox; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} 
			 |