fix sidebar css bug #1142

This commit is contained in:
Pan 2018-09-28 13:10:18 +08:00
parent 9f535925a6
commit 9563f2abe2
1 changed files with 8 additions and 0 deletions

View File

@ -120,3 +120,11 @@
}
}
}
.el-menu--vertical{
& >.el-menu{
.svg-icon{
margin-right: 16px;
}
}
}