菜单选中图标功能修复,根菜单修改图标

This commit is contained in:
chiguangxu
2018-04-16 17:54:20 +08:00
parent da99177036
commit 450a5bd7e7
5 changed files with 2742 additions and 356 deletions

View File

@@ -1405,6 +1405,10 @@ Font Awesome 4.x Demo
color: #333; }
.fa-item:hover {
cursor: pointer;
background: #eee; }
.fa-item.active {
cursor: pointer;
background: #eee; }
/***