src/views/reportAnalysis/qualityAnalysis/components/center-top.vue
@@ -27,7 +27,7 @@ const formatPercent = (val) => { const num = Number(val) || 0 return `${num.toFixed(2)}%` return `${num.toFixed(3)}%` } const compareClass = (val) => (val >= 0 ? 'compare-up' : 'compare-down') @@ -117,6 +117,8 @@ gap: 6px; font-size: 15px; color: #d0e7ff; white-space: nowrap; flex-wrap: nowrap; } .card-compare>span:first-child {