quanyawei
2024-09-12 9251f709dc2a0d278ef2c0cdd76a244bfefc5784
src/views/toCarryOutLegislativeReforms/summaryPage/components/pollutionClassificationEcharts.vue
@@ -1,5 +1,8 @@
<template>
  <div :class="className" :style="{ height: height, width: width }" />
  <div
    :class="className"
    :style="{ height: height, width: width }"
  />
</template>
<script>
@@ -97,7 +100,7 @@
                  fontSize: 16
                },
                value: {
                  width: 20,
                  width: 100,
                  align: 'right',
                  fontFamily: 'Medium',
                  fontSize: 16
@@ -148,4 +151,3 @@
  }
}
</script>