123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- // .ant-pro-sider-light {
- // overflow: visible !important;
- // // box-shadow: 2px 0px 6px 0px rgba(54, 61, 77, 0.1);
- // box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
- // }
- .platFormLayout {
- & > .kcmp-ant-layout {
- flex-direction: row;
- }
- }
- .kcmp-ant-menu-inline .kcmp-ant-menu-item::after {
- display: none !important;
- }
- .kcmp-ant-pro-sider-light {
- border-right-color: rgba(54, 61, 77, 0.1);
- .kcmp-ant-menu-light {
- padding: 8px;
- .kcmp-ant-menu-submenu-inline {
- .kcmp-ant-menu-submenu-title {
- // padding-left: 8px !important;
- margin-top: 0 !important;
- margin-bottom: 0 !important;
- }
- &.kcmp-ant-menu-submenu-selected {
- .kcmp-ant-menu-submenu-arrow {
- color: #3376fe !important;
- }
- }
- }
- .kcmp-ant-menu-inline {
- .kcmp-ant-menu-item {
- border-radius: 4px;
- a:hover {
- color: rgba(0, 0, 0, 0.88);
- }
- &.kcmp-ant-menu-item-selected {
- background-color: #f2f6ff !important;
- a:hover {
- color: #3376fe;
- }
- }
- &::after {
- display: none !important;
- }
- &:hover {
- color: rgba(0, 0, 0, 0.88) !important;
- background-color: #f0f2f5;
- }
- }
- }
- &.kcmp-ant-pro-sider-link-menu {
- .kcmp-ant-menu-item {
- //height: 24px !important;
- .collapsedBtn {
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- position: absolute;
- right: 8px;
- bottom: 0px;
- z-index: 10;
- width: 23px;
- height: 23px;
- }
- }
- }
- &.kcmp-ant-menu-inline-collapsed {
- width: 60px !important;
- .kcmp-ant-menu-item {
- //height: 24px !important;
- .collapsedBtn {
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- // position: absolute;
- // right:0px;
- // bottom: 0px;
- z-index: 10;
- width: 24px;
- height: 24px;
- }
- }
- }
- }
- &.kcmp-ant-layout-sider-collapsed {
- .kcmp-ant-menu-submenu-selected {
- background-color: #f2f6ff;
- border-radius: 8px;
- }
- }
- }
- .kcmp-ant-page-header {
- background-color: #f5f7fa;
- }
- .kcmpPageContainer {
- .kcmp-ant-pro-page-container-children-content {
- margin: 0;
- }
- }
|