We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad9040 commit 8b4e70eCopy full SHA for 8b4e70e
src/views/layout/SidebarItem.vue
@@ -8,7 +8,7 @@
8
</router-link>
9
<el-submenu :index="item.name" v-if="!item.noDropdown&&!item.hidden">
10
<template slot="title">
11
- <icon-svg v-if='item.icon' :icon-class="item.icon"></icon-svg> {{item.name}}
+ <icon-svg v-if='item.icon' :icon-class="item.icon"></icon-svg>{{item.name}}
12
</template>
13
<template v-for="child in item.children" v-if='!child.hidden'>
14
<sidebar-item class='menu-indent' v-if='child.children&&child.children.length>0' :routes='[child]'> </sidebar-item>
@@ -36,7 +36,7 @@
36
37
<style rel="stylesheet/scss" lang="scss" scoped>
38
.svg-icon {
39
- margin-right: 10px;
+ margin-right: 15px;
40
}
41
42
.hideSidebar .menu-indent {
0 commit comments