mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
细节
This commit is contained in:
@@ -94,17 +94,17 @@
|
|||||||
<div class="body_schedule_item">
|
<div class="body_schedule_item">
|
||||||
<div class="body_schedule_one">
|
<div class="body_schedule_one">
|
||||||
<div class="body_schedule_left">
|
<div class="body_schedule_left">
|
||||||
<div>总任务</div>
|
<div style="margin-bottom: 9px;">总任务</div>
|
||||||
<div>当前任务</div>
|
<div>当前任务</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="body_schedule_right">
|
<div class="body_schedule_right">
|
||||||
<div>{{detailData.taskNum}}门</div>
|
<div style="margin-bottom: 9px;">{{detailData.taskNum}}门</div>
|
||||||
<div :title="detailData.currentTaskName">{{detailData.currentTaskName.length>30?detailData.currentTaskName.slice(0,30)+'...':detailData.currentTaskName}}</div>
|
<div :title="detailData.currentTaskName">{{detailData.currentTaskName.length>30?detailData.currentTaskName.slice(0,30)+'...':detailData.currentTaskName}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="body_schedule_two">
|
<div class="body_schedule_two">
|
||||||
<div class="body_schedule_pro">
|
<div class="body_schedule_pro">
|
||||||
<span class="pro_text">总进度</span>
|
<div class="pro_text">总进度</div>
|
||||||
<div style="display: flex;align-items: center;">
|
<div style="display: flex;align-items: center;">
|
||||||
<el-progress style="width: 213px;" :show-text="false" :stroke-width="10" :percentage="Number(((detailData.overallCompletionRate || 0)*100).toFixed(2))"></el-progress>
|
<el-progress style="width: 213px;" :show-text="false" :stroke-width="10" :percentage="Number(((detailData.overallCompletionRate || 0)*100).toFixed(2))"></el-progress>
|
||||||
<div class="text">{{ Number(((detailData.overallCompletionRate || 0)*100).toFixed(2)) || 0 }}%</div>
|
<div class="text">{{ Number(((detailData.overallCompletionRate || 0)*100).toFixed(2)) || 0 }}%</div>
|
||||||
@@ -588,7 +588,7 @@ export default {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #3B3C4A;
|
color: #3B3C4A;
|
||||||
line-height: 22px;
|
line-height: 18px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.body_schedule_right{
|
.body_schedule_right{
|
||||||
@@ -597,7 +597,7 @@ export default {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #2E72F2;
|
color: #2E72F2;
|
||||||
line-height: 22px;
|
line-height: 18px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -608,11 +608,11 @@ export default {
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
.pro_text{
|
.pro_text{
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 22px;
|
height: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: #666660;
|
color: #666660;
|
||||||
line-height: 22px;
|
line-height: 18px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
@@ -621,6 +621,7 @@ export default {
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.body_schedule_btn{
|
.body_schedule_btn{
|
||||||
|
|||||||
Reference in New Issue
Block a user