|
@@ -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)"
|
|
>
|
|
>
|