File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div v-if =" !item.hidden" class =" menu-wrapper" >
3
3
<template v-if =" hasOneShowingChild (item .children ,item ) && (! onlyOneChild .children || onlyOneChild .noShowingChildren )&&! item .alwaysShow " >
4
- <app-link :to =" resolvePath(onlyOneChild.path)" >
4
+ <app-link v-if = " onlyOneChild.meta " :to =" resolvePath(onlyOneChild.path)" >
5
5
<el-menu-item :index =" resolvePath(onlyOneChild.path)" :class =" {'submenu-title-noDropdown':!isNest}" >
6
- <item v-if = " onlyOneChild.meta " :icon =" onlyOneChild.meta.icon||(item.meta&&item.meta.icon)" :title =" generateTitle(onlyOneChild.meta.title)" />
6
+ <item :icon =" onlyOneChild.meta.icon||(item.meta&&item.meta.icon)" :title =" generateTitle(onlyOneChild.meta.title)" />
7
7
</el-menu-item >
8
8
</app-link >
9
9
</template >
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ $cursor: #fff;
207
207
caret-color : $cursor ;
208
208
209
209
& :-webkit-autofill {
210
- -webkit- box-shadow : 0 0 0px 1000px $bg inset !important ;
210
+ box-shadow : 0 0 0px 1000px $bg inset !important ;
211
211
-webkit-text-fill-color : $cursor !important ;
212
212
}
213
213
}
You can’t perform that action at this time.
0 commit comments