Showing
4 changed files
with
4 additions
and
4 deletions
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | </div> | 45 | </div> |
46 | </div> | 46 | </div> |
47 | <div class="d-flex" style="flex: 1"> | 47 | <div class="d-flex" style="flex: 1"> |
48 | - <div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div> | 48 | + <div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div> |
49 | <div class="progress-con"> | 49 | <div class="progress-con"> |
50 | <el-progress :text-inside="true" :stroke-width="26" | 50 | <el-progress :text-inside="true" :stroke-width="26" |
51 | :percentage="dialTest && dialTest.normalProportion ? dialTest.normalProportion*100 : 0" | 51 | :percentage="dialTest && dialTest.normalProportion ? dialTest.normalProportion*100 : 0" |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | </div> | 55 | </div> |
56 | </div> | 56 | </div> |
57 | <div class="d-flex" style="flex: 1"> | 57 | <div class="d-flex" style="flex: 1"> |
58 | - <div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div> | 58 | + <div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div> |
59 | <div class="progress-con"> | 59 | <div class="progress-con"> |
60 | <el-progress :text-inside="true" :stroke-width="26" | 60 | <el-progress :text-inside="true" :stroke-width="26" |
61 | :percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0" | 61 | :percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0" |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | </div> | 55 | </div> |
56 | </div> | 56 | </div> |
57 | <div class="d-flex" style="flex: 1"> | 57 | <div class="d-flex" style="flex: 1"> |
58 | - <div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div> | 58 | + <div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div> |
59 | <div class="progress-con"> | 59 | <div class="progress-con"> |
60 | <el-progress :text-inside="true" :stroke-width="26" | 60 | <el-progress :text-inside="true" :stroke-width="26" |
61 | :percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0" | 61 | :percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0" |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | </div> | 55 | </div> |
56 | </div> | 56 | </div> |
57 | <div class="d-flex" style="flex: 1"> | 57 | <div class="d-flex" style="flex: 1"> |
58 | - <div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div> | 58 | + <div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div> |
59 | <div class="progress-con"> | 59 | <div class="progress-con"> |
60 | <el-progress :text-inside="true" :stroke-width="26" | 60 | <el-progress :text-inside="true" :stroke-width="26" |
61 | :percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0" | 61 | :percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0" |
-
Please register or login to post a comment