web/src/views/LayoutIndex/components/LayoutAside.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
web/src/views/LayoutIndex/components/LayoutAside.vue
@@ -21,7 +21,7 @@ <template v-for="three in item.children"> <template v-if="three.children && three.children.length > 1"> <el-submenu :key="three.name" :index="three.path"> <el-submenu :key="three.name" :index="three.path" class="titles_two"> <template slot="title"> <span>{{three.meta.title}}</span> </template> @@ -117,6 +117,10 @@ } } .titles_two{ padding-left: 15px; } /deep/ .el-menu { border-right: 0; }