Commit 611f7bad by maolipeng

Merge branch 'feature/maolipeng/20210610/zuhuyouhua' into rc

# Conflicts:
#	src/modules/root/Menu.less
#	src/modules/root/Menu.tsx
parents 9a6fb98d 466cbc53
......@@ -51,12 +51,13 @@
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
height: calc(~'100% - 60px');
.nav {
-webkit-flex: 1;
cursor: default;
font-size: 16px;
height: calc(~'100% - 72px');
height: calc(~'100% - 84px');
overflow: auto;
&::-webkit-scrollbar {
display: none;
......@@ -134,34 +135,13 @@
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 {
position: absolute;
// position: absolute;
height: 84px;
bottom: 0;
width: 100%;
width: 180px;
cursor: pointer;
z-index: 10;
// z-index: 10;
padding-top: 10px;
background-color: white;
.row-1 {
......@@ -269,6 +249,29 @@
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 {
......
......@@ -275,8 +275,11 @@ function Aside(props: any) {
})}
</Menu>
</div>
{
menuType ? <VersionPanel /> : ""
}
</div>
{menuType ? <VersionPanel /> : ''}
</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