Merge pull request #125 from xiaoxian521/fix/sidebar

fix(sidebarItem): span focus and enter the border that appears
This commit is contained in:
啝裳
2021-11-20 22:41:05 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -129,7 +129,8 @@ function resolvePath(routePath) {
:style="{
width: pureApp.sidebar.opened ? '125px' : '',
overflow: 'hidden',
textOverflow: 'ellipsis'
textOverflow: 'ellipsis',
outline: 'none'
}"
@mouseover="hoverMenu(onlyOneChild)"
>

View File

@@ -117,6 +117,7 @@
.el-menu-item,
.el-sub-menu__title {
height: 50px;
color: $menuText;
padding: 0 20px 0 40px;