1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

fix sidebar css bug #1142

This commit is contained in:
Pan 2018-09-28 13:10:18 +08:00
parent b82e8e860d
commit dc84e7b9fb

View File

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