mirror of
				https://github.com/langgenius/dify.git
				synced 2025-10-31 19:03:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .modal-dialog {
 | |
|   @apply relative z-50;
 | |
| }
 | |
| 
 | |
| .modal-panel {
 | |
|   @apply w-full max-w-[480px] transform rounded-2xl bg-components-panel-bg p-6 text-left align-middle shadow-xl transition-all;
 | |
| }
 | 
