mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 21:02:09 +08:00 
			
		
		
		
	fix(cli): incorrect simulator position
This commit is contained in:
		
							parent
							
								
									55ed1e6b22
								
							
						
					
					
						commit
						7298240d8b
					
				@ -66,7 +66,7 @@ export default {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  @media (min-width: @van-doc-row-max-width) {
 | 
					  @media (min-width: @van-doc-row-max-width) {
 | 
				
			||||||
    right: 50%;
 | 
					    right: 50%;
 | 
				
			||||||
    margin-right: -@van-doc-row-max-width / 2 + 40px;
 | 
					    margin-right: -(@van-doc-row-max-width / 2) + 40px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &-fixed {
 | 
					  &-fixed {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user