| 
					
				 | 
			
			
				@@ -11,6 +11,7 @@ import { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   watch 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } from 'vue'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { useRoute } from 'vue-router'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import styles from './index.module.less'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   name: 'table-container', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -155,10 +156,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return () => ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <NPagination 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        style={{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          marginTop: '12px', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          justifyContent: 'flex-end' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        class={styles.pagination} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         v-model:page={props.page} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         displayOrder={['quick-jumper', 'pages', 'size-picker']} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         pageCount={pageCount.value} 
			 |