lg_frontend/components/PollutantTrends.vue

20 lines
256 B
Vue
Raw Normal View History

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