Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ca06a349
authored
2022-12-09 09:56:10 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:左侧菜单修改
1 parent
ed45590d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
src/styles/sidebar.scss
src/styles/variables.scss
src/styles/sidebar.scss
View file @
ca06a34
...
...
@@ -87,6 +87,10 @@
color
:
$menuText
;
border-bottom
:
1px
solid
$sliderBorderColor
;
&
:hover
{
background-color
:
$subMenuHover
!
important
;
}
// border-radius: 6px;
// padding-left: 10px !important;
b
&
:hover
{
...
...
@@ -298,7 +302,7 @@
color
:
$menuText
!
important
;
&
:hover
{
background-color
:
$
m
enuHover
!
important
;
background-color
:
$
subM
enuHover
!
important
;
opacity
:
.9
;
.svg-icon
,
...
...
src/styles/variables.scss
View file @
ca06a34
...
...
@@ -17,10 +17,10 @@ $menuActiveText:#ffffff;
$subMenuActiveText
:
#ffffff
;
$menuBg
:
#202B3D
;
$menuHover
:
#2
26ca5
;
$menuHover
:
#2
49af4
;
$subMenuBg
:
#202B3D
;
$subMenuHover
:
#0
794FF
;
$subMenuHover
:
#0
e6fba
;
$sideBarWidth
:
170px
;
$sideBarFontSize
:
15px
;
...
...
Please
register
or
sign in
to post a comment