|
@@ -307,7 +307,7 @@ onUnmounted(() => {
|
|
<div class="task_inner_single" v-for="subItem in item.taskList">
|
|
<div class="task_inner_single" v-for="subItem in item.taskList">
|
|
<div class="task_inner_one">
|
|
<div class="task_inner_one">
|
|
<img style="width: 80px;height: 80px"
|
|
<img style="width: 80px;height: 80px"
|
|
- src="../assets/kepu/xlwht_active.png" alt="">
|
|
|
|
|
|
+ src="../assets/kepu/task_active.png" alt="">
|
|
<div class="task_content">
|
|
<div class="task_content">
|
|
<div class="title">{{ subItem.name }}</div>
|
|
<div class="title">{{ subItem.name }}</div>
|
|
<div class="des" v-show="subItem.isCompleted != '1'">预计用时:{{
|
|
<div class="des" v-show="subItem.isCompleted != '1'">预计用时:{{
|
|
@@ -726,13 +726,15 @@ onUnmounted(() => {
|
|
justify-content: end;
|
|
justify-content: end;
|
|
|
|
|
|
.noCompleted_status {
|
|
.noCompleted_status {
|
|
|
|
+ // font-weight: 600;
|
|
|
|
+ color: #222222;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
text-align: center;
|
|
text-align: center;
|
|
right: 0px;
|
|
right: 0px;
|
|
width: 70px;
|
|
width: 70px;
|
|
- background-color: red;
|
|
|
|
|
|
+ background-color: #EDEDED;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -749,7 +751,7 @@ onUnmounted(() => {
|
|
text-align: center;
|
|
text-align: center;
|
|
right: 0px;
|
|
right: 0px;
|
|
width: 70px;
|
|
width: 70px;
|
|
- background-color: green;
|
|
|
|
|
|
+ background-color: #48D68E;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|