| 
					
				 | 
			
			
				@@ -31,6 +31,9 @@ slideResize(sideResizeEles, {min: 250, max: $('#zaojiashu').width()-260}, 'width 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         sheetCommonObj.setColumnWidthByRate($('#stdRationChapter').width() - 40, rationLibObj.rationChapterSpread, rationLibObj.rationChapterTreeSetting.cols); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         rationLibObj.refreshSpread(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    else if(sideResizeEles.id === 'blockLibTab'){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        blockLibObj.refreshSpread(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         billsLibObj.refreshBillsSpread(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         billsLibObj.refreshBillsRelaSpread(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -77,6 +80,7 @@ slideResize(billsLibResizeEles, {min: 147, max: 680}, 'height', function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     billsLibObj.refreshBillsRelaSpread(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// 块模板库上下拖动 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 let blockLibResizeEles = {}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 blockLibResizeEles.id = '#kmbk'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 blockLibResizeEles.resize = $('#kmbkResize'); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -86,7 +90,7 @@ blockLibResizeEles.farElement = $('#kmbk').find('.bottom-content'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 blockLibResizeEles.farSpread = $('#div_block_detail'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 blockLibResizeEles.nav = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 slideResize(blockLibResizeEles, {min: 147, max: 680}, 'height', function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    billsGuidance.refreshWorkBook(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    blockLibObj.refreshSpread(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |