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
edfa3a98
authored
2022-09-14 15:57:25 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改流程框架头部颜色
1 parent
9258d07d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/fqsq.vue
View file @
edfa3a9
...
...
@@ -270,7 +270,7 @@ export default {
@include
flex;
width
:
100%
;
height
:
80px
;
background-color
:
#
10CCB8
;
background-color
:
#
3498DB
;
color
:
#ffffff
;
justify-content
:
space-between
;
padding-left
:
15px
;
...
...
@@ -294,11 +294,11 @@ export default {
li
:hover
{
border
:
1px
solid
#ffffff
;
border-radius
:
5px
;
color
:
$
light-blue
;
//
color
:
$
light-blue
;
.svg-icon
{
color
:
$
light-blue
;
//
color
:
$
light-blue
;
}
}
}
...
...
Please
register
or
sign in
to post a comment