Commit 3b90b9d9 authored by liuzhe's avatar liuzhe
Browse files

Merge branch 'master' into v2.0-merge

parents e21a6984 77dac12b
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
color: #0573bc; color: #0573bc;
font-size: 20px; font-size: 20px;
font-weight: 600; font-weight: 600;
margin-top: 5px;
.status-text { .status-text {
display: inline-block; display: inline-block;
......
...@@ -5,17 +5,20 @@ ...@@ -5,17 +5,20 @@
position: relative; position: relative;
.succTable-tooltip { .succTable-tooltip {
width: 90%;
position: absolute; position: absolute;
top: 40%; left: 50%;
left: 5%; top: 50%;
transform: translate(-50%, -50%);
.link { a {
margin-left: 15px; font-weight: 500;
color: blue;
a {
font-weight: 500;
color: blue;
}
} }
} }
.succeed-padding {
padding-left: 6px;
box-sizing: border-box;
}
} }
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
} }
.FAILED { .FAILED {
color: #dd4b39; color: #a4262c;
} }
.SUCCEEDED { .SUCCEEDED {
color: #00a445; color: #00ad56;
} }
.UNKNOWN { .UNKNOWN {
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
} }
.WAITING { .WAITING {
color: #fdc401; color: #d29200;
} }
.EARLY_STOPPED { .EARLY_STOPPED {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment