|
@@ -65,7 +65,7 @@
|
|
|
<span class="menu_name">{{ item.name }}</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <el-menu-item-group>
|
|
|
+ <el-menu-item-group style="background-color: #000000;">
|
|
|
<el-menu-item v-for="el in item.child" :key="el.id" :index="el.path">
|
|
|
<span class="menu_sub_tt"
|
|
|
><span class="menu_sub_t1"> </span>{{ el.name }}</span
|
|
@@ -684,7 +684,7 @@ export default {
|
|
|
border-radius: 40px;
|
|
|
}
|
|
|
.el-menu {
|
|
|
- background-color: #23315a;
|
|
|
+ background-color: #070707;
|
|
|
border-right: 0px;
|
|
|
}
|
|
|
.el-menu-item-group .el-menu-item.is-active {
|