修改导航部分样式
This commit is contained in:
parent
7ddee268f5
commit
53830fc05f
|
@ -3,9 +3,10 @@
|
||||||
<div>
|
<div>
|
||||||
<el-row class="tac">
|
<el-row class="tac">
|
||||||
<el-col :span="4" >
|
<el-col :span="4" >
|
||||||
<el-menu default-active="2" class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose"
|
<el-menu default-active="2" class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose"
|
||||||
background-color="rgb(245,245,245)"
|
background-color="rgb(245,245,245)"
|
||||||
router>
|
router>
|
||||||
|
|
||||||
<el-submenu index="1">
|
<el-submenu index="1">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<i class="el-icon-location"></i>
|
<i class="el-icon-location"></i>
|
||||||
|
@ -38,6 +39,6 @@ export default {
|
||||||
console.log(key, keyPath);
|
console.log(key, keyPath);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue