fix bg current funnel
This commit is contained in:
parent
8fe0dccead
commit
a240d99d73
@ -430,7 +430,7 @@ const typeReq = computed(() => {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #DEDEDE;
|
border: 1px solid #DEDEDE;
|
||||||
background-color: #5cb85c;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-step {
|
.progress-step {
|
||||||
@ -441,7 +441,8 @@ const typeReq = computed(() => {
|
|||||||
background-color: #5cb85c;
|
background-color: #5cb85c;
|
||||||
}
|
}
|
||||||
.step-current {
|
.step-current {
|
||||||
background-color: rgba(56, 142, 60, .20);
|
background-color: #e2574c;
|
||||||
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
.step-pending {
|
.step-pending {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user