Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
8da15091
Commit
8da15091
authored
Apr 20, 2022
by
leimo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-220418-ljr' into 'v2-220418'
fix: 修复导航栏样式 See merge request linkseeks-design/pro-platform!437
parents
615977db
72545fb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
92 additions
and
17 deletions
+92
-17
MenuSlider.less
src/layouts/styles/MenuSlider.less
+92
-17
No files found.
src/layouts/styles/MenuSlider.less
View file @
8da15091
...
...
@@ -30,15 +30,13 @@
.menu_sider {
position: relative;
:global {
:global{
.ant-menu-root{
padding: 0 8px;
}
.ant-menu-sub {
background: #fff;
}
.ant-menu-submenu{
.ant-menu-submenu-title{
.anticon-right{
...
...
@@ -76,7 +74,10 @@
.ant-menu-item {
.anticon-border{
color: #91959B;
color: #91959B !important;
}
a {
color: #5C626A !important;
}
}
...
...
@@ -86,10 +87,10 @@
color: #252D37;
border-radius: 4px;
.anticon-border{
color: #252D37;
color: #252D37
!important
;
}
a {
color: #252D37;
color: #252D37
!important
;
}
}
...
...
@@ -98,13 +99,97 @@
color: #00A98F;
border-radius: 4px;
.anticon-border{
color: #00A98F;
color: #00A98F
!important
;
}
a {
color: #00A98F !important;
}
}
}
.menuSlider {
flex: 1;
overflow-y: scroll;
overflow-x: hidden;
border-right: 1px solid #fff;
background: #fff;
.ant-menu-submenu-title {
height: 48px !important;
line-height: 48px !important;
}
:global {
.ant-menu-submenu{
.ant-menu-submenu-title{
.anticon-right{
color: #91959B;
}
}
}
.ant-menu-submenu-open{
.ant-menu-submenu-title{
color: #252D37;
background: #EDEEEF;
border-radius: 4px;
}
.ant-menu-submenu-arrow{
color: #252D37;
}
}
.ant-menu-submenu-active,.ant-menu-submenu-selected{
.ant-menu-submenu-title{
background: #F5F6F7;
color: #252D37;
border-radius: 4px;
}
.ant-menu-submenu-arrow{
color: #252D37;
}
}
.ant-menu-inline .ant-menu-item-selected::after {
opacity: 0;
}
.ant-menu-item {
.anticon-border{
color: #91959B !important;
}
a {
color: #5C626A !important;
}
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-active {
background: #F5F6F7;
color: #252D37;
border-radius: 4px;
.anticon-border{
color: #252D37 !important;
}
a {
color: #252D37 !important;
}
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
background: @menu-select-bg-color;
color: #00A98F;
border-radius: 4px;
.anticon-border{
color: #00A98F !important;
}
a {
color: #00A98F !important;
}
}
}
}
}
.menuTitle {
...
...
@@ -237,14 +322,4 @@
}
}
.menuSlider {
flex: 1;
overflow-y: scroll;
overflow-x: hidden;
border-right: 1px solid #fff;
.ant-menu-submenu-title {
height: 48px !important;
line-height: 48px !important;
}
}
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