<!--首要污染物变化趋势-->
<template>
<div class="pollutant-trends">
</div>
</template>
<script>
export default {
name: "PollutantTrends"
}
</script>
<style scoped lang="less">
.pollutant-trends{
width: 100%;
height: 601px;
</style>