fix: 1.环比展示逻辑调整2.Dahsboard - npm - 网络质量概览图表问题修复
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<div class="app-card__body-content-percent green" v-else-if="app.value < 0">
|
||||
-{{unitConvert(app.value, unitTypes.percent).join('').replaceAll('-', '')}}
|
||||
</div>
|
||||
<div v-else></div>
|
||||
<div v-else-if="app.value === '-' || app.value === 0" class="app-card__body-content-percent">0</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-card__body-previous">
|
||||
|
||||
Reference in New Issue
Block a user