| 
					
				 | 
			
			
				@@ -116,7 +116,7 @@ watch(() => props.visible, (newVal) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const dialogWidth = computed(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  const arr = ['900px', '1200px', '400px', '600px', '500px'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  const arr = ['900px', '1200px', '400px', '600px', '500px', '96%'] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   return arr[+props.widthType] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const handleClose = () => { 
			 |