Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
Project
Project
Details
Activity
Releases
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
杨硕
91isoft_vue_manage
Commits
7bb504e5
Commit
7bb504e5
authored
Jan 08, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
31b05551
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
navigationBar.scss
src/styles/themeB/navigationBar.scss
+3
-2
sidebar.scss
src/styles/themeB/sidebar.scss
+4
-3
variables.scss
src/styles/themeB/variables.scss
+1
-1
No files found.
src/styles/themeB/navigationBar.scss
View file @
7bb504e5
...
@@ -14,10 +14,11 @@
...
@@ -14,10 +14,11 @@
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
line-height
:
50px
;
line-height
:
50px
;
padding-left
:
11px
;
padding-top
:
10px
;
padding-left
:
4px
;
overflow
:
hidden
;
overflow
:
hidden
;
.sidebar-logoRow
{
.sidebar-logoRow
{
padding-top
:
3
8px
!
important
;
padding-top
:
2
8px
!
important
;
padding-bottom
:
2px
!
important
;
padding-bottom
:
2px
!
important
;
text-align
:
center
!
important
;
text-align
:
center
!
important
;
}
}
...
...
src/styles/themeB/sidebar.scss
View file @
7bb504e5
@import
'.
./../styles
/variables'
;
@import
'./variables'
;
#app
{
#app
{
.main-container
{
.main-container
{
padding-top
:
6
.4vh
;
padding-top
:
6
.4vh
;
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
min-width
:
196px
!
important
;
min-width
:
196px
!
important
;
height
:
42px
!
important
;
height
:
42px
!
important
;
line-height
:
42px
!
important
;
line-height
:
42px
!
important
;
background-color
:
$subMenuBg
;
background-color
:
#03A487
;
border-radius
:
4px
!
important
;
border-radius
:
4px
!
important
;
&
:hover
{
&
:hover
{
background-color
:
$subMenuHover
!
important
;
background-color
:
$subMenuHover
!
important
;
...
@@ -227,6 +227,7 @@
...
@@ -227,6 +227,7 @@
}
}
.router-link-active
.el-menu-item.is-active
{
.router-link-active
.el-menu-item.is-active
{
color
:
#03A487
!
important
;
background-color
:
#ffffff
!
important
;
background-color
:
#ffffff
!
important
;
}
}
...
@@ -258,11 +259,11 @@
...
@@ -258,11 +259,11 @@
background-color
:
#FFFFFF
!
important
;
background-color
:
#FFFFFF
!
important
;
>
.el-submenu__title
{
>
.el-submenu__title
{
margin
:
0
10px
!
important
;
background
:
#e9f5f3
!
important
;
background
:
#e9f5f3
!
important
;
font-size
:
16px
!
important
;
font-size
:
16px
!
important
;
color
:
#333333
!
important
;
color
:
#333333
!
important
;
font-weight
:
bold
!
important
;
font-weight
:
bold
!
important
;
//margin: 0 10px!important;
height
:
42px
!
important
;
height
:
42px
!
important
;
line-height
:
42px
!
important
;
line-height
:
42px
!
important
;
border-radius
:
4px
!
important
;
border-radius
:
4px
!
important
;
...
...
src/styles/themeB/variables.scss
View file @
7bb504e5
// 主题色
// 主题色
$color-theme
:
#
46BCF3
;
$color-theme
:
#
03A487
;
$color-red
:
#F57b7b
;
$color-red
:
#F57b7b
;
$color-purple
:
#ff33a9
;
$color-purple
:
#ff33a9
;
$color-orange
:
#f4ac10
;
$color-orange
:
#f4ac10
;
...
...
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