Commit 466cbc53 by maolipeng

fix:........

parent cf5ce3a5
...@@ -48,12 +48,13 @@ ...@@ -48,12 +48,13 @@
display: -webkit-flex; display: -webkit-flex;
flex-direction: column; flex-direction: column;
-webkit-flex-direction: column; -webkit-flex-direction: column;
height: calc(~'100% - 60px');
.nav { .nav {
-webkit-flex: 1; -webkit-flex: 1;
cursor: default; cursor: default;
font-size: 16px; font-size: 16px;
height: calc(~'100% - 72px'); height: calc(~'100% - 84px');
overflow: auto; overflow: auto;
&::-webkit-scrollbar { &::-webkit-scrollbar {
display: none; display: none;
...@@ -120,35 +121,13 @@ ...@@ -120,35 +121,13 @@
color:#5E606A; color:#5E606A;
} }
} }
}
&.left-container-vertical {
width: 56px;
.menu-type-icon{
margin:4px 0 0px 22px;
}
.left {
.ant-menu-submenu-arrow{
display:none !important;
}
}
}
.shink-footer {
left: 74px;
}
// &:hover{
// .menu-type-icon{
// display:inline-block;
// }
// }
.version-info { .version-info {
position: absolute; // position: absolute;
height: 84px; height: 84px;
bottom: 0; bottom: 0;
width: 100%; width: 180px;
cursor: pointer; cursor: pointer;
z-index: 10; // z-index: 10;
padding-top: 10px; padding-top: 10px;
background-color: white; background-color: white;
.row-1 { .row-1 {
...@@ -256,6 +235,29 @@ ...@@ -256,6 +235,29 @@
display: block; display: block;
} }
} }
}
&.left-container-vertical {
width: 56px;
.menu-type-icon{
margin:4px 0 0px 22px;
}
.left {
.ant-menu-submenu-arrow{
display:none !important;
}
}
}
.shink-footer {
left: 74px;
}
// &:hover{
// .menu-type-icon{
// display:inline-block;
// }
// }
} }
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected { .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
......
...@@ -277,11 +277,10 @@ function Aside(props: any) { ...@@ -277,11 +277,10 @@ function Aside(props: any) {
} }
</Menu> </Menu>
</div> </div>
</div>
{ {
menuType ? <VersionPanel /> : "" menuType ? <VersionPanel /> : ""
} }
</div>
</div> </div>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment