mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-30 18:16:57 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			142 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			142 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| /* 页面公共scss */
 | |
| .container {
 | |
| 	background-color: $custom-bg-color;
 | |
|   margin: 0;
 | |
|   padding: 0;
 | |
| 	box-sizing: border-box;
 | |
| 	height: 100%;
 | |
| }
 | 
