|
@@ -310,9 +310,12 @@ const getCount = (totalArr, num) => {
|
|
|
margin-left: 13px;
|
|
|
.el-progress-bar__outer {
|
|
|
background-color: rgba(35, 64, 95, 0.21);
|
|
|
+ height: 6px!important;
|
|
|
}
|
|
|
.el-progress-bar__inner {
|
|
|
- background-color: rgba(60, 139, 219, 1);
|
|
|
+ // background-color: rgba(60, 139, 219, 1);
|
|
|
+ height: 6px;
|
|
|
+ background: linear-gradient(to right, rgba(60, 139, 219, 1), rgba(60, 139, 219, 0.5));
|
|
|
}
|
|
|
}
|
|
|
}
|