...
|
...
|
@@ -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"
|
...
|
...
|
|