Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
b48cff58
authored
2023-04-03 10:48:09 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登薄日志数据上报状态颜色的修改
1 parent
8ff073d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
92 additions
and
95 deletions
src/styles/index.scss
src/styles/jgPublic.scss
src/styles/sbPublic.scss
src/styles/index.scss
View file @
b48cff5
...
...
@@ -431,79 +431,6 @@ aside {
border-radius
:
16px
;
color
:
#B06974
;
}
// 通过 入库 样式
.adopt
,
.success
{
color
:
#00FAA8
;
position
:
relative
;
}
.warehousing
{
color
:
#FFCA57
;
position
:
relative
;
}
.fail
{
color
:
#F56C6C
;
position
:
relative
;
}
.
adopt
:
:
before
{
position
:
absolute
;
content
:
''
;
display
:
block
;
width
:
8px
;
height
:
8px
;
left
:
-15px
;
top
:
5px
;
background
:
#00FAA8
;
border-radius
:
50%
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.2
);
}
.
warehousing
:
:
before
{
position
:
absolute
;
content
:
''
;
display
:
block
;
width
:
8px
;
height
:
8px
;
left
:
-15px
;
top
:
4px
;
background
:
#FF9933
;
border-radius
:
50%
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.2
);
}
// 成功 失败
.
success
:
:
before
{
position
:
absolute
;
content
:
'√'
;
display
:
block
;
width
:
0
;
height
:
8px
;
left
:
-10px
;
top
:
2px
;
background
:
#00FAA8
;
color
:
#00FAA8
;
}
.fail
{
color
:
#FF7962
;
position
:
relative
;
}
.
fail
:
:
before
{
position
:
absolute
;
content
:
'!'
;
display
:
block
;
width
:
0
;
height
:
8px
;
left
:
-10px
;
top
:
2px
;
background
:
#FF7962
;
color
:
#FF7962
;
}
// 引入字体
@font-face
{
...
...
src/styles/jgPublic.scss
View file @
b48cff5
...
...
@@ -63,8 +63,6 @@
// 查询表单样式
.from-clues
{
height
:
100%
;
width
:
100%
;
// min-width: 1280px;
...
...
@@ -232,6 +230,80 @@
color
:
#FFFFFF
;
}
// 通过 入库 样式
.adopt
,
.success
{
color
:
#00FAA8
;
position
:
relative
;
}
.warehousing
{
color
:
#FFCA57
;
position
:
relative
;
}
.fail
{
color
:
#F56C6C
;
position
:
relative
;
}
.
adopt
:
:
before
{
position
:
absolute
;
content
:
''
;
display
:
block
;
width
:
8px
;
height
:
8px
;
left
:
-15px
;
top
:
5px
;
background
:
#00FAA8
;
border-radius
:
50%
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.2
);
}
.
warehousing
:
:
before
{
position
:
absolute
;
content
:
''
;
display
:
block
;
width
:
8px
;
height
:
8px
;
left
:
-15px
;
top
:
4px
;
background
:
#FF9933
;
border-radius
:
50%
;
border
:
2px
solid
rgba
(
0
,
0
,
0
,
0
.2
);
}
// 成功 失败
.
success
:
:
before
{
position
:
absolute
;
content
:
'√'
;
display
:
block
;
width
:
0
;
height
:
8px
;
left
:
-10px
;
top
:
2px
;
background
:
#00FAA8
;
color
:
#00FAA8
;
}
.fail
{
color
:
#FF7962
;
position
:
relative
;
}
.
fail
:
:
before
{
position
:
absolute
;
content
:
'!'
;
display
:
block
;
width
:
0
;
height
:
8px
;
left
:
-10px
;
top
:
2px
;
background
:
#FF7962
;
color
:
#FF7962
;
}
//*****end*通用表单查询条件,列表样式******//
.el-range-separator
{
...
...
@@ -1322,4 +1394,4 @@
height
:
44px
;
}
}
}
}
\ No newline at end of file
...
...
src/styles/sbPublic.scss
View file @
b48cff5
...
...
@@ -69,6 +69,23 @@
height
:
calc
(
100vh
-
230px
);
}
// 通过 入库 样式
.adopt
,
.success
{
color
:
#0A852A
;
position
:
relative
;
}
.warehousing
{
color
:
#FFCA57
;
position
:
relative
;
}
.fail
{
color
:
#AB0C0C
;
position
:
relative
;
}
/* --------------进度条美化---------------- */
::-webkit-scrollbar
{
width
:
7px
;
...
...
@@ -191,25 +208,6 @@
}
// 面包屑
// .breadcrumb {
// width: 80%;
// text-indent: 10px;
// background: url("~@/image/breadcrumb.png") no-repeat;
// background-size: 100% 100%;
// line-height: 32px;
// height: 32px;
// padding-left: 35px;
// margin: 8px 0 10px 6px;
// color: #CEF8FF;
// }
.el-icon-arrow-right
{
// width: 2px;
// position: relative;
// left: 10px;
}
.el-breadcrumb__inner
{
color
:
#CEF8FF
!
important
;
}
...
...
Please
register
or
sign in
to post a comment