30 lines
413 B
SCSS
30 lines
413 B
SCSS
.duty {
|
|
v-deep {
|
|
.is-process {
|
|
color: #018bfe;
|
|
border-color: #018bfe;
|
|
|
|
// .el-step__line {
|
|
// background-color: #018bfe;
|
|
// }
|
|
}
|
|
.is-finish {
|
|
.el-step__line {
|
|
background-color: #018bfe;
|
|
}
|
|
}
|
|
.el-step__title {
|
|
font-weight: 400;
|
|
}
|
|
.is-text {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
.footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 40px;
|
|
}
|
|
}
|