0613修改侧边栏

This commit is contained in:
WEB许何哲\xuhez
2023-06-13 17:32:21 +08:00
parent 8a4320c031
commit 414f485c17
5 changed files with 158 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
#sidebar_panel {
width: 250px !important;
}
.o_menu_sections {
display: flex;
flex-direction: column;
@@ -12,9 +16,9 @@
background-color: transparent;
}
//.o_menu_sections {
// background-color: transparent !important;
//}
.o_menu_sections {
background-color: unset !important;
}
.d-md-flex {
visibility: hidden;
@@ -41,3 +45,71 @@
.nav-link {
box-shadow: 0px 0px 2px #fff;
}
.sidebar_menu li:hover .dropdown-item {
background-color: unset !important;
}
.sidebar_menu li:hover .o-dropdown {
background-color: unset !important;
transition: .3s all;
}
.sidebar_menu li .o-dropdown {
background-color: unset !important;
cursor: pointer;
padding-left: 53px !important;
}
.o_menu_sections .dropdown-menu {
position: unset !important;
background-color: unset;
}
.sidebar_menu li .o_menu_sections > a {
padding-left: 53px !important;
}
.sidebar_menu li:hover .dropdown-menu a,
.sidebar_menu li:hover .dropdown-menu {
background-color: unset !important;
}
.o_menu_sections .dropdown-menu .dropdown-menu_group {
color: #ccc;
background-color: unset;
padding-bottom: 0.5rem !important;
padding-left: 89px;
}
.o_menu_sections .dropdown-menu {
width: 250px !important;
margin-left: -75px !important;
max-height: unset !important;
box-shadow: unset !important;
border: none;
}
.o-dropdown--menu .dropdown-item.focus {
background-color: unset !important;
}
.dropdown-menu .dropdown-item {
padding-left: 103px !important;
}
svg {
width: 18px;
height: 18px;
}
svg:nth-of-type(1) {
display: none;
}
.dropdown-toggle {
width: 100% !important;
display: flex;
justify-content: space-between;
}