侧边栏样式调整完毕
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</el-icon>
|
||||
</el-row>
|
||||
<template v-if="menu.expand">
|
||||
<div class="app" v-for="app in menu.children" :key="app.id" v-text="app.label" :class="{active:app.id==12}"/>
|
||||
<div class="app mar-h8" v-for="app in menu.children" :key="app.id" v-text="app.label" :class="{active:app.id==12}"/>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
@@ -64,7 +64,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.getMenus()
|
||||
// this.getMenus()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -73,7 +73,7 @@ export default {
|
||||
.sliderNav {
|
||||
width: 200px;
|
||||
flex-shrink: 0;
|
||||
background: #222;
|
||||
background: linear-gradient(35deg, #243949 0, #243949 65%, #517fa4 100%);
|
||||
color: #fff;
|
||||
box-shadow: 2px 0 8px 4px rgba(15, 15, 21, 0.15);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user