Compare commits

..

No commits in common. "de09dc107e1da9af9f8576b546945f3e1ee34987" and "8403d5f4bb396a57ebee82cd8eb9a36ecd290af0" have entirely different histories.

1 changed files with 5 additions and 0 deletions

View File

@ -212,6 +212,7 @@
.jeecg-menu-light.jeecg-menu-vertical .jeecg-menu-item-active.jeecg-menu-submenu {
color: #828284 !important;
// background: #f0f0f0;
padding-bottom: 10px;;
border-radius: 6px;
}
.jeecg-menu-vertical .jeecg-menu-item, .jeecg-menu-vertical .jeecg-menu-submenu-title {
@ -242,10 +243,14 @@
// }
.jeecg-menu-item-active>.jeecg-menu{
margin-top:10px;
background: #FBFBFD;
border-radius: 6px;
}
.jeecg-menu-item-active .jeecg-menu>li{
width:95%;
margin:5px auto;
padding-left:18px !important;
}
</style>