|
@@ -49,7 +49,7 @@
|
|
|
<a :href="`/${item.level_path}`" class="el-level-path" :style="`display: block;color:${item.level_path===activePath ? '#FDB863 ' : '#fff'}`" @click="(e) => e.preventDefault() ">
|
|
|
<img :src="item.icon_path" alt="" style="width:24px;height:24px;" />
|
|
|
<span class="titleLetter" v-show="isCollapse">{{isCollapse?MenuLetterMap[item.name]||'':''}}</span>
|
|
|
- <span style="display:inline-block; width:96px; text-align:left;font-size:15px;margin-left:20px;">{{item.name}}</span>
|
|
|
+ <span style="display:inline-block; width:96px; text-align:left;font-size:15px;margin-left:15px;">{{item.name}}</span>
|
|
|
</a>
|
|
|
</el-menu-item>
|
|
|
|
|
@@ -57,7 +57,7 @@
|
|
|
<template slot="title">
|
|
|
<img :src="item.icon_path" alt="" style="width:24px;height:24px;" />
|
|
|
<span class="titleLetter" v-show="isCollapse">{{isCollapse?MenuLetterMap[item.name]||'':''}}</span>
|
|
|
- <span style="display:inline-block; width:96px; text-align:left;font-size:15px; margin-left:20px;"
|
|
|
+ <span style="display:inline-block; width:96px; text-align:left;font-size:15px; margin-left:15px;"
|
|
|
>{{item.name}}</span>
|
|
|
</template>
|
|
|
<el-menu-item
|