菜单右侧边框线
This commit is contained in:
parent
56cac05818
commit
e9bdd40e47
|
@ -9,7 +9,7 @@
|
||||||
</el-header>
|
</el-header>
|
||||||
<el-container>
|
<el-container>
|
||||||
<el-aside width="200px">
|
<el-aside width="200px">
|
||||||
<el-menu
|
<el-menu unique-opened
|
||||||
background-color="#313743"
|
background-color="#313743"
|
||||||
text-color="#fff"
|
text-color="#fff"
|
||||||
active-text-color="#3497FF">
|
active-text-color="#3497FF">
|
||||||
|
@ -104,4 +104,7 @@ export default {
|
||||||
.iconfont {
|
.iconfont {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
.el-menu {
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user