mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	fix(sidebarItem): span focus and enter the border that appears
This commit is contained in:
		
							parent
							
								
									ee8e0eb733
								
							
						
					
					
						commit
						0337a0300c
					
				@ -129,7 +129,8 @@ function resolvePath(routePath) {
 | 
				
			|||||||
              :style="{
 | 
					              :style="{
 | 
				
			||||||
                width: pureApp.sidebar.opened ? '125px' : '',
 | 
					                width: pureApp.sidebar.opened ? '125px' : '',
 | 
				
			||||||
                overflow: 'hidden',
 | 
					                overflow: 'hidden',
 | 
				
			||||||
                textOverflow: 'ellipsis'
 | 
					                textOverflow: 'ellipsis',
 | 
				
			||||||
 | 
					                outline: 'none'
 | 
				
			||||||
              }"
 | 
					              }"
 | 
				
			||||||
              @mouseover="hoverMenu(onlyOneChild)"
 | 
					              @mouseover="hoverMenu(onlyOneChild)"
 | 
				
			||||||
            >
 | 
					            >
 | 
				
			||||||
 | 
				
			|||||||
@ -117,6 +117,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    .el-menu-item,
 | 
					    .el-menu-item,
 | 
				
			||||||
    .el-sub-menu__title {
 | 
					    .el-sub-menu__title {
 | 
				
			||||||
 | 
					      height: 50px;
 | 
				
			||||||
      color: $menuText;
 | 
					      color: $menuText;
 | 
				
			||||||
      padding: 0 20px 0 40px;
 | 
					      padding: 0 20px 0 40px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user