Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
9e63d0d2
Commit
9e63d0d2
authored
Jul 04, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rc' of
ssh://xmgit.ixm5.cn:10022/xiaomai-cloud-class/xiaomai-cloud-class-web
into rc
parents
9a6fb98d
611f7bad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
26 deletions
+32
-26
src/modules/root/Menu.less
+28
-25
src/modules/root/Menu.tsx
+4
-1
No files found.
src/modules/root/Menu.less
View file @
9e63d0d2
...
...
@@ -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% -
72
px');
height: calc(~'100% -
84
px');
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 {
...
...
src/modules/root/Menu.tsx
View file @
9e63d0d2
...
...
@@ -275,8 +275,11 @@ function Aside(props: any) {
})
}
</
Menu
>
</
div
>
{
menuType
?
<
VersionPanel
/>
:
""
}
</
div
>
{
menuType
?
<
VersionPanel
/>
:
''
}
</
div
>
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment