修复左侧菜单最后一个li样式问题

This commit is contained in:
RuoYi
2019-05-17 20:41:51 +08:00
parent 854b9426b9
commit 4d45edbf52
3 changed files with 15 additions and 18 deletions

View File

@ -93,7 +93,7 @@
border-left: 3px solid #3c8dbc;
}
.skin-blue .nav>li.active:last-child {
.skin-blue .nav>li.active>ul li.active:last-child {
border-left: none;
}