Authored by 鲁尚清

故障诊断中的正常占比左边距增加30px

... ... @@ -45,7 +45,7 @@
</div>
</div>
<div class="d-flex" style="flex: 1">
<div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div>
<div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div>
<div class="progress-con">
<el-progress :text-inside="true" :stroke-width="26"
:percentage="dialTest && dialTest.normalProportion ? dialTest.normalProportion*100 : 0"
... ...
... ... @@ -55,7 +55,7 @@
</div>
</div>
<div class="d-flex" style="flex: 1">
<div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div>
<div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div>
<div class="progress-con">
<el-progress :text-inside="true" :stroke-width="26"
:percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0"
... ...
... ... @@ -55,7 +55,7 @@
</div>
</div>
<div class="d-flex" style="flex: 1">
<div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div>
<div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div>
<div class="progress-con">
<el-progress :text-inside="true" :stroke-width="26"
:percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0"
... ...
... ... @@ -55,7 +55,7 @@
</div>
</div>
<div class="d-flex" style="flex: 1">
<div style="color: #666666;font-size: 16px;min-width: 80px">正常占比</div>
<div style="color: #666666;font-size: 16px;margin-left:30px;min-width: 80px">正常占比</div>
<div class="progress-con">
<el-progress :text-inside="true" :stroke-width="26"
:percentage="dialTest && dialTest.normalProportion?dialTest.normalProportion*100:0"
... ...