1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-06-10 08:59:20 +08:00

fix sidebar css bug #1142

This commit is contained in:
Pan 2018-09-28 13:10:18 +08:00
parent 9f535925a6
commit 9563f2abe2

View File

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