no message

Former-commit-id: 7550205a6806f9eece74e85e246a5cc4b83e1c24
Former-commit-id: 6a36eaaa942e230de2be6e0ef8a680d2cfcdfcad
Former-commit-id: 8979525f2b4687b3627bd897263dc97c9904e0c2
This commit is contained in:
liyang
2018-06-05 13:00:17 +08:00
parent 6ec6e51e18
commit ccdfe68a79
6 changed files with 5 additions and 6 deletions

View File

@@ -100,9 +100,6 @@ $theme-container-full-border-color: #d8dfea;
&:hover { &:hover {
@include aside-el-menu-item; @include aside-el-menu-item;
} }
&:focus {
@include aside-el-menu-item;
}
i { i {
color: #FFF; color: #FFF;
} }

View File

@@ -22,7 +22,7 @@ export default {
} }
}, },
components: { components: {
D2MenuItem: () => import('./D2MenuItem.vue') D2MenuItem: () => import('../D2MenuItem/index.vue')
} }
} }
</script> </script>

View File

@@ -25,6 +25,7 @@
<script> <script>
export default { export default {
name: 'HeaderMenu',
data () { data () {
return { return {
menus: [ menus: [

View File

@@ -7,6 +7,7 @@
<script> <script>
export default { export default {
name: 'HeaderRight',
components: { components: {
FullScreen: () => import('./components/FullScreen.vue'), FullScreen: () => import('./components/FullScreen.vue'),
UserDropdown: () => import('./components/UserDropdown.vue') UserDropdown: () => import('./components/UserDropdown.vue')

View File

@@ -25,8 +25,8 @@ export default {
} }
}, },
components: { components: {
D2MenuItem: () => import('./components/D2MenuItem.vue'), D2MenuItem: () => import('../D2MenuItem/index.vue'),
D2Submenu: () => import('./components/D2Submenu.vue') D2Submenu: () => import('../D2Submenu/index.vue')
}, },
data () { data () {
return { return {