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