mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	Merge branch 'main' of github.com:pure-admin/vue-pure-admin into gitee
This commit is contained in:
		
						commit
						2a7e35696b
					
				@ -96,11 +96,12 @@ emitter.on("resize", ({ detail }) => {
 | 
			
		||||
      toggle("desktop", false);
 | 
			
		||||
      isAutoCloseSidebar = false;
 | 
			
		||||
    }
 | 
			
		||||
  } else if (width > 990) {
 | 
			
		||||
    if (!set.sidebar.isClickCollapse) {
 | 
			
		||||
      toggle("desktop", true);
 | 
			
		||||
      isAutoCloseSidebar = true;
 | 
			
		||||
    }
 | 
			
		||||
  } else if (width > 990 && !set.sidebar.isClickCollapse) {
 | 
			
		||||
    toggle("desktop", true);
 | 
			
		||||
    isAutoCloseSidebar = true;
 | 
			
		||||
  } else {
 | 
			
		||||
    toggle("desktop", false);
 | 
			
		||||
    isAutoCloseSidebar = false;
 | 
			
		||||
  }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user