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