mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	fix: style bug
This commit is contained in:
		
							parent
							
								
									b76e199b6d
								
							
						
					
					
						commit
						485df5eb2f
					
				@ -30,6 +30,7 @@ export default defineComponent({
 | 
				
			|||||||
.app-main {
 | 
					.app-main {
 | 
				
			||||||
  min-height: calc(100vh - 70px);
 | 
					  min-height: calc(100vh - 70px);
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
 | 
					  height: 100vh;
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  overflow-x: hidden;
 | 
					  overflow-x: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -29,7 +29,7 @@ html {
 | 
				
			|||||||
#app {
 | 
					#app {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  height: 100%;
 | 
					  height: 100%;
 | 
				
			||||||
  overflow-x: hidden;
 | 
					  overflow: hidden;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*,
 | 
					*,
 | 
				
			||||||
@ -77,6 +77,11 @@ ul {
 | 
				
			|||||||
  padding: 20px;
 | 
					  padding: 20px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 隐藏滚动条
 | 
				
			||||||
 | 
					// .element::-webkit-scrollbar { width: 0 !important } //webkit
 | 
				
			||||||
 | 
					// .element { -ms-overflow-style: none; } //IE 10+
 | 
				
			||||||
 | 
					// .element { overflow: -moz-scrollbars-none; } //Firefox
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.login,
 | 
					.login,
 | 
				
			||||||
.register {
 | 
					.register {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user