gaoluyang
昨天 44177e4d6906a1469efdfd64d652bf05bce5b065
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 {